Html Css Color HEX #B32A18 Fire Brick

📋 copy color: '#B32A18'

red 179 ◦ green 42 ◦ blue 24

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

Shades of Fire Brick #B32A18

Tints of Fire Brick #B32A18

RGB

 RED value IS 179 (70.31% from 255) = 73.06%

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

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

R = 73.06%
G = 17.14%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B32A18 (or 0xB32A18) is known color: Fire Brick. HEX triplet: B3, 2A and 18. RGB value is (179,42,24). Sum of RGB (Red+Green+Blue) = 179+42+24=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 42 (16.80% from 255 or 17.14% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B32A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32A18 is #4CD5E7. Grayscale: #515151. Windows color (decimal): -5035496 or 1583795. OLE color: 1583795.

HSL color Cylindrical-coordinate representation of color #B32A18: hue angle of 6.97º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B32A18 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 42 24 -
CMYK 0 0.77 0.87 0.30
HSL 6.97º 0.76% 0.4% -
HSV(B) 6.97º 0.87% 0.7% -
XYZ 19.58 11.31 2.01 -
YUV 80.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 179 42 24 0 0.77 0.87 0.30 6.97 0.76 0.4
Hex B3 2A 18 0 4D 57 1E 7 4C 28
Octal 263 52 30 0 115 127 36 7 114 50
Binary 10110011 101010 11000 0 1001101 1010111 11110 111 1001100 101000

Color Harmonies of #B32A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32A18

Black with #B32A18

Text Example


Text Example

White with #B32A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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