Html Css Color HEX #B72212 Fire Brick

📋 copy color: '#B72212'

red 183 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #B72212

Tints of Fire Brick #B72212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

 BLUE value IS 18 (7.42% from 255) = 7.66%

R = 77.87%
G = 14.47%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B72212 (or 0xB72212) is known color: Fire Brick. HEX triplet: B7, 22 and 12. RGB value is (183,34,18). Sum of RGB (Red+Green+Blue) = 183+34+18=235 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.87% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 183 - color contains mainly: red. Hex color #B72212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72212 is #48DDED. Grayscale: #4C4C4C. Windows color (decimal): -4775406 or 1188535. OLE color: 1188535.

HSL color Cylindrical-coordinate representation of color #B72212: hue angle of 5.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B72212 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 18 -
CMYK 0 0.81 0.90 0.28
HSL 5.82º 0.82% 0.39% -
HSV(B) 5.82º 0.9% 0.72% -
XYZ 20.21 11.26 1.68 -
YUV 76.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 183 34 18 0 0.81 0.90 0.28 5.82 0.82 0.39
Hex B7 22 12 0 51 5A 1C 6 52 27
Octal 267 42 22 0 121 132 34 6 122 47
Binary 10110111 100010 10010 0 1010001 1011010 11100 110 1010010 100111

Color Harmonies of #B72212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72212

Black with #B72212

Text Example


Text Example

White with #B72212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72212; }

 p { color: rgb(183,34,18); }

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

background-color css

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

 a { background-color: rgb(183,34,18); }

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

border-color css

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

 span { border-color: rgb(183,34,18); }

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