Html Css Color HEX #B72112 Fire Brick

📋 copy color: '#B72112'

red 183 ◦ green 33 ◦ blue 18

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

Shades of Fire Brick #B72112

Tints of Fire Brick #B72112

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 78.21%
G = 14.1%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B72112 (or 0xB72112) is known color: Fire Brick. HEX triplet: B7, 21 and 12. RGB value is (183,33,18). Sum of RGB (Red+Green+Blue) = 183+33+18=234 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.21% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 183 - color contains mainly: red. Hex color #B72112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72112 is #48DEED. Grayscale: #4C4C4C. Windows color (decimal): -4775662 or 1188279. OLE color: 1188279.

HSL color Cylindrical-coordinate representation of color #B72112: hue angle of 5.45º 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 #B72112 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 33 18 -
CMYK 0 0.82 0.90 0.28
HSL 5.45º 0.82% 0.39% -
HSV(B) 5.45º 0.9% 0.72% -
XYZ 20.18 11.2 1.67 -
YUV 76.14 95.2 204.22 -
System Red Green Blue C M Y K H S L
Decimal 183 33 18 0 0.82 0.90 0.28 5.45 0.82 0.39
Hex B7 21 12 0 52 5A 1C 5 52 27
Octal 267 41 22 0 122 132 34 5 122 47
Binary 10110111 100001 10010 0 1010010 1011010 11100 101 1010010 100111

Color Harmonies of #B72112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72112

Black with #B72112

Text Example


Text Example

White with #B72112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72112; }

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

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

background-color css

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

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

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

border-color css

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

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

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