Html Css Color HEX #B32918 Fire Brick

📋 copy color: '#B32918'

red 179 ◦ green 41 ◦ blue 24

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

Shades of Fire Brick #B32918

Tints of Fire Brick #B32918

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.8%

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

R = 73.36%
G = 16.8%
B = 9.84%

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

#B32918 (or 0xB32918) is known color: Fire Brick. HEX triplet: B3, 29 and 18. RGB value is (179,41,24). Sum of RGB (Red+Green+Blue) = 179+41+24=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 24 (9.77% from 255 or 9.84% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B32918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32918 is #4CD6E7. Grayscale: #505050. Windows color (decimal): -5035752 or 1583539. OLE color: 1583539.

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

Color convert

RGB 179 41 24 -
CMYK 0 0.77 0.87 0.30
HSL 6.58º 0.76% 0.4% -
HSV(B) 6.58º 0.87% 0.7% -
XYZ 19.55 11.24 2 -
YUV 80.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 179 41 24 0 0.77 0.87 0.30 6.58 0.76 0.4
Hex B3 29 18 0 4D 57 1E 7 4C 28
Octal 263 51 30 0 115 127 36 7 114 50
Binary 10110011 101001 11000 0 1001101 1010111 11110 111 1001100 101000

Color Harmonies of #B32918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32918

Black with #B32918

Text Example


Text Example

White with #B32918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32918; }

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

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

background-color css

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

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

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

border-color css

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

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

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