Html Css Color HEX #B32218 Fire Brick

📋 copy color: '#B32218'

red 179 ◦ green 34 ◦ blue 24

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

Shades of Fire Brick #B32218

Tints of Fire Brick #B32218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.35%

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

R = 75.53%
G = 14.35%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B32218 (or 0xB32218) is known color: Fire Brick. HEX triplet: B3, 22 and 18. RGB value is (179,34,24). Sum of RGB (Red+Green+Blue) = 179+34+24=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B32218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32218 is #4CDDE7. Grayscale: #4C4C4C. Windows color (decimal): -5037544 or 1581747. OLE color: 1581747.

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

Color convert

RGB 179 34 24 -
CMYK 0 0.81 0.87 0.30
HSL 3.87º 0.76% 0.4% -
HSV(B) 3.87º 0.87% 0.7% -
XYZ 19.33 10.79 1.93 -
YUV 76.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 179 34 24 0 0.81 0.87 0.30 3.87 0.76 0.4
Hex B3 22 18 0 51 57 1E 4 4C 28
Octal 263 42 30 0 121 127 36 4 114 50
Binary 10110011 100010 11000 0 1010001 1010111 11110 100 1001100 101000

Color Harmonies of #B32218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32218

Black with #B32218

Text Example


Text Example

White with #B32218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32218; }

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

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

background-color css

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

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

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

border-color css

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

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

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