Html Css Color HEX #B72916 Fire Brick

📋 copy color: '#B72916'

red 183 ◦ green 41 ◦ blue 22

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

Shades of Fire Brick #B72916

Tints of Fire Brick #B72916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.67%

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

R = 74.39%
G = 16.67%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B72916 (or 0xB72916) is known color: Fire Brick. HEX triplet: B7, 29 and 16. RGB value is (183,41,22). Sum of RGB (Red+Green+Blue) = 183+41+22=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B72916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72916 is #48D6E9. Grayscale: #515151. Windows color (decimal): -4773610 or 1452471. OLE color: 1452471.

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

Color convert

RGB 183 41 22 -
CMYK 0 0.78 0.88 0.28
HSL 7.08º 0.79% 0.4% -
HSV(B) 7.08º 0.88% 0.72% -
XYZ 20.47 11.71 1.94 -
YUV 81.29 94.54 200.54 -
System Red Green Blue C M Y K H S L
Decimal 183 41 22 0 0.78 0.88 0.28 7.08 0.79 0.4
Hex B7 29 16 0 4E 58 1C 7 4F 28
Octal 267 51 26 0 116 130 34 7 117 50
Binary 10110111 101001 10110 0 1001110 1011000 11100 111 1001111 101000

Color Harmonies of #B72916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72916

Black with #B72916

Text Example


Text Example

White with #B72916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72916; }

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

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

background-color css

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

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

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

border-color css

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

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

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