Html Css Color HEX #B72218 Fire Brick

📋 copy color: '#B72218'

red 183 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #B72218

Tints of Fire Brick #B72218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.96%

R = 75.93%
G = 14.11%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B72218 (or 0xB72218) is known color: Fire Brick. HEX triplet: B7, 22 and 18. RGB value is (183,34,24). Sum of RGB (Red+Green+Blue) = 183+34+24=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 24 (9.77% from 255 or 9.96% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B72218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72218 is #48DDE7. Grayscale: #4D4D4D. Windows color (decimal): -4775400 or 1581751. OLE color: 1581751.

HSL color Cylindrical-coordinate representation of color #B72218: hue angle of 3.77º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B72218 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 34 24 -
CMYK 0 0.81 0.87 0.28
HSL 3.77º 0.77% 0.41% -
HSV(B) 3.77º 0.87% 0.72% -
XYZ 20.27 11.28 1.97 -
YUV 77.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 183 34 24 0 0.81 0.87 0.28 3.77 0.77 0.41
Hex B7 22 18 0 51 57 1C 4 4D 29
Octal 267 42 30 0 121 127 34 4 115 51
Binary 10110111 100010 11000 0 1010001 1010111 11100 100 1001101 101001

Color Harmonies of #B72218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72218

Black with #B72218

Text Example


Text Example

White with #B72218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72218; }

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

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

background-color css

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

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

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

border-color css

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

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

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