Html Css Color HEX #BD271E Fire Brick

📋 copy color: '#BD271E'

red 189 ◦ green 39 ◦ blue 30

#BD271E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #BD271E

Tints of Fire Brick #BD271E

RGB

 RED value IS 189 (74.22% from 255) = 73.26%

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 73.26%
G = 15.12%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD271E (or 0xBD271E) is known color: Fire Brick. HEX triplet: BD, 27 and 1E. RGB value is (189,39,30). Sum of RGB (Red+Green+Blue) = 189+39+30=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD271E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD271E is #42D8E1. Grayscale: #535353. Windows color (decimal): -4380898 or 1976253. OLE color: 1976253.

HSL color Cylindrical-coordinate representation of color #BD271E: hue angle of 3.4º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD271E is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 39 30 -
CMYK 0 0.79 0.84 0.26
HSL 3.4º 0.73% 0.43% -
HSV(B) 3.4º 0.84% 0.74% -
XYZ 21.95 12.36 2.46 -
YUV 82.82 98.2 203.73 -
System Red Green Blue C M Y K H S L
Decimal 189 39 30 0 0.79 0.84 0.26 3.4 0.73 0.43
Hex BD 27 1E 0 4F 54 1A 3 49 2B
Octal 275 47 36 0 117 124 32 3 111 53
Binary 10111101 100111 11110 0 1001111 1010100 11010 11 1001001 101011

Color Harmonies of #BD271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD271E

Black with #BD271E

Text Example


Text Example

White with #BD271E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD271E; }

 p { color: rgb(189,39,30); }

 H1.HeaderClassName
 {
   color: #BD271E;
 }
 .AnyTagClassName
 {
   color: #BD271E;
 }
</style>

background-color css

<style>
 a { background-color: #BD271E; }

 a { background-color: rgb(189,39,30); }

 div.DivClassName
 {
   background-color: #BD271E;
 }
 .BgClassName
 {
   background-color: #BD271E;
 }
</style>

border-color css

<style>
 span { border-color: #BD271E; }

 span { border-color: rgb(189,39,30); }

 td.TdClassName
 {
   border-color: #BD271E;
 }
 .TagClassName
 {
   border-color: #BD271E;
 }
</style>