Html Css Color HEX #B72016 Fire Brick

📋 copy color: '#B72016'

red 183 ◦ green 32 ◦ blue 22

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

Shades of Fire Brick #B72016

Tints of Fire Brick #B72016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 77.22%
G = 13.5%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B72016 (or 0xB72016) is known color: Fire Brick. HEX triplet: B7, 20 and 16. RGB value is (183,32,22). Sum of RGB (Red+Green+Blue) = 183+32+22=237 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.22% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 183 - color contains mainly: red. Hex color #B72016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72016 is #48DFE9. Grayscale: #4C4C4C. Windows color (decimal): -4775914 or 1450167. OLE color: 1450167.

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

Color convert

RGB 183 32 22 -
CMYK 0 0.83 0.88 0.28
HSL 3.73º 0.79% 0.4% -
HSV(B) 3.73º 0.88% 0.72% -
XYZ 20.19 11.16 1.85 -
YUV 76.01 97.53 204.31 -
System Red Green Blue C M Y K H S L
Decimal 183 32 22 0 0.83 0.88 0.28 3.73 0.79 0.4
Hex B7 20 16 0 53 58 1C 4 4F 28
Octal 267 40 26 0 123 130 34 4 117 50
Binary 10110111 100000 10110 0 1010011 1011000 11100 100 1001111 101000

Color Harmonies of #B72016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72016

Black with #B72016

Text Example


Text Example

White with #B72016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72016; }

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

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

background-color css

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

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

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

border-color css

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

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

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