Html Css Color HEX #B72018 Fire Brick

📋 copy color: '#B72018'

red 183 ◦ green 32 ◦ blue 24

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

Shades of Fire Brick #B72018

Tints of Fire Brick #B72018

RGB

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

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

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

R = 76.57%
G = 13.39%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B72018 (or 0xB72018) is known color: Fire Brick. HEX triplet: B7, 20 and 18. RGB value is (183,32,24). Sum of RGB (Red+Green+Blue) = 183+32+24=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B72018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72018 is #48DFE7. Grayscale: #4C4C4C. Windows color (decimal): -4775912 or 1581239. OLE color: 1581239.

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

Color convert

RGB 183 32 24 -
CMYK 0 0.83 0.87 0.28
HSL 3.02º 0.77% 0.41% -
HSV(B) 3.02º 0.87% 0.72% -
XYZ 20.21 11.17 1.95 -
YUV 76.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 183 32 24 0 0.83 0.87 0.28 3.02 0.77 0.41
Hex B7 20 18 0 53 57 1C 3 4D 29
Octal 267 40 30 0 123 127 34 3 115 51
Binary 10110111 100000 11000 0 1010011 1010111 11100 11 1001101 101001

Color Harmonies of #B72018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72018

Black with #B72018

Text Example


Text Example

White with #B72018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72018; }

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

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

background-color css

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

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

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

border-color css

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

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

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