Html Css Color HEX #B72A18 Fire Brick

📋 copy color: '#B72A18'

red 183 ◦ green 42 ◦ blue 24

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

Shades of Fire Brick #B72A18

Tints of Fire Brick #B72A18

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.87%

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

R = 73.49%
G = 16.87%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B72A18 (or 0xB72A18) is known color: Fire Brick. HEX triplet: B7, 2A and 18. RGB value is (183,42,24). Sum of RGB (Red+Green+Blue) = 183+42+24=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 42 (16.80% from 255 or 16.87% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72A18 is #48D5E7. Grayscale: #525252. Windows color (decimal): -4773352 or 1583799. OLE color: 1583799.

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

Color convert

RGB 183 42 24 -
CMYK 0 0.77 0.87 0.28
HSL 6.79º 0.77% 0.41% -
HSV(B) 6.79º 0.87% 0.72% -
XYZ 20.52 11.79 2.06 -
YUV 82.11 95.21 199.96 -
System Red Green Blue C M Y K H S L
Decimal 183 42 24 0 0.77 0.87 0.28 6.79 0.77 0.41
Hex B7 2A 18 0 4D 57 1C 7 4D 29
Octal 267 52 30 0 115 127 34 7 115 51
Binary 10110111 101010 11000 0 1001101 1010111 11100 111 1001101 101001

Color Harmonies of #B72A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72A18

Black with #B72A18

Text Example


Text Example

White with #B72A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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