Html Css Color HEX #B72116 Fire Brick

📋 copy color: '#B72116'

red 183 ◦ green 33 ◦ blue 22

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

Shades of Fire Brick #B72116

Tints of Fire Brick #B72116

RGB

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

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

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

R = 76.89%
G = 13.87%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B72116 (or 0xB72116) is known color: Fire Brick. HEX triplet: B7, 21 and 16. RGB value is (183,33,22). Sum of RGB (Red+Green+Blue) = 183+33+22=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 33 (13.28% from 255 or 13.87% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B72116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72116 is #48DEE9. Grayscale: #4C4C4C. Windows color (decimal): -4775658 or 1450423. OLE color: 1450423.

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

Color convert

RGB 183 33 22 -
CMYK 0 0.82 0.88 0.28
HSL 4.1º 0.79% 0.4% -
HSV(B) 4.1º 0.88% 0.72% -
XYZ 20.22 11.21 1.86 -
YUV 76.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 183 33 22 0 0.82 0.88 0.28 4.1 0.79 0.4
Hex B7 21 16 0 52 58 1C 4 4F 28
Octal 267 41 26 0 122 130 34 4 117 50
Binary 10110111 100001 10110 0 1010010 1011000 11100 100 1001111 101000

Color Harmonies of #B72116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72116

Black with #B72116

Text Example


Text Example

White with #B72116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72116; }

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

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

background-color css

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

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

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

border-color css

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

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

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