Html Css Color HEX #B32418 Fire Brick

📋 copy color: '#B32418'

red 179 ◦ green 36 ◦ blue 24

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

Shades of Fire Brick #B32418

Tints of Fire Brick #B32418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.06%

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

R = 74.9%
G = 15.06%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B32418 (or 0xB32418) is known color: Fire Brick. HEX triplet: B3, 24 and 18. RGB value is (179,36,24). Sum of RGB (Red+Green+Blue) = 179+36+24=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B32418 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32418 is #4CDBE7. Grayscale: #4D4D4D. Windows color (decimal): -5037032 or 1582259. OLE color: 1582259.

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

Color convert

RGB 179 36 24 -
CMYK 0 0.80 0.87 0.30
HSL 4.65º 0.76% 0.4% -
HSV(B) 4.65º 0.87% 0.7% -
XYZ 19.39 10.91 1.95 -
YUV 77.39 97.88 200.48 -
System Red Green Blue C M Y K H S L
Decimal 179 36 24 0 0.80 0.87 0.30 4.65 0.76 0.4
Hex B3 24 18 0 50 57 1E 5 4C 28
Octal 263 44 30 0 120 127 36 5 114 50
Binary 10110011 100100 11000 0 1010000 1010111 11110 101 1001100 101000

Color Harmonies of #B32418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32418

Black with #B32418

Text Example


Text Example

White with #B32418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32418; }

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

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

background-color css

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

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

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

border-color css

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

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

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