Html Css Color HEX #B72009 Fire Brick

📋 copy color: '#B72009'

red 183 ◦ green 32 ◦ blue 9

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

Shades of Fire Brick #B72009

Tints of Fire Brick #B72009

RGB

 RED value IS 183 (71.88% from 255) = 81.7%

 GREEN value IS 32 (12.89% from 255) = 14.29%

 BLUE value IS 9 (3.91% from 255) = 4.02%

R = 81.7%
G = 14.29%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B72009 (or 0xB72009) is known color: Fire Brick. HEX triplet: B7, 20 and 09. RGB value is (183,32,9). Sum of RGB (Red+Green+Blue) = 183+32+9=224 (29% of max value = 765). Red value is 183 (71.88% from 255 or 81.70% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 183 - color contains mainly: red. Hex color #B72009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72009 is #48DFF6. Grayscale: #4A4A4A. Windows color (decimal): -4775927 or 598199. OLE color: 598199.

HSL color Cylindrical-coordinate representation of color #B72009: hue angle of 7.93º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B72009 is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 32 9 -
CMYK 0 0.83 0.95 0.28
HSL 7.93º 0.91% 0.38% -
HSV(B) 7.93º 0.95% 0.72% -
XYZ 20.09 11.12 1.35 -
YUV 74.53 91.03 205.37 -
System Red Green Blue C M Y K H S L
Decimal 183 32 9 0 0.83 0.95 0.28 7.93 0.91 0.38
Hex B7 20 9 0 53 5F 1C 8 5B 26
Octal 267 40 11 0 123 137 34 10 133 46
Binary 10110111 100000 1001 0 1010011 1011111 11100 1000 1011011 100110

Color Harmonies of #B72009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72009

Black with #B72009

Text Example


Text Example

White with #B72009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72009; }

 p { color: rgb(183,32,9); }

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

background-color css

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

 a { background-color: rgb(183,32,9); }

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

border-color css

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

 span { border-color: rgb(183,32,9); }

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