Html Css Color HEX #B32C18 Fire Brick

📋 copy color: '#B32C18'

red 179 ◦ green 44 ◦ blue 24

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

Shades of Fire Brick #B32C18

Tints of Fire Brick #B32C18

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

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

R = 72.47%
G = 17.81%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B32C18 (or 0xB32C18) is known color: Fire Brick. HEX triplet: B3, 2C and 18. RGB value is (179,44,24). Sum of RGB (Red+Green+Blue) = 179+44+24=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B32C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32C18 is #4CD3E7. Grayscale: #525252. Windows color (decimal): -5034984 or 1584307. OLE color: 1584307.

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

Color convert

RGB 179 44 24 -
CMYK 0 0.75 0.87 0.30
HSL 7.74º 0.76% 0.4% -
HSV(B) 7.74º 0.87% 0.7% -
XYZ 19.66 11.45 2.04 -
YUV 82.09 95.23 197.13 -
System Red Green Blue C M Y K H S L
Decimal 179 44 24 0 0.75 0.87 0.30 7.74 0.76 0.4
Hex B3 2C 18 0 4B 57 1E 8 4C 28
Octal 263 54 30 0 113 127 36 10 114 50
Binary 10110011 101100 11000 0 1001011 1010111 11110 1000 1001100 101000

Color Harmonies of #B32C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32C18

Black with #B32C18

Text Example


Text Example

White with #B32C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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