Html Css Color HEX #B32819 Fire Brick

📋 copy color: '#B32819'

red 179 ◦ green 40 ◦ blue 25

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

Shades of Fire Brick #B32819

Tints of Fire Brick #B32819

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.39%

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 73.36%
G = 16.39%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B32819 (or 0xB32819) is known color: Fire Brick. HEX triplet: B3, 28 and 19. RGB value is (179,40,25). Sum of RGB (Red+Green+Blue) = 179+40+25=244 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.36% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 179 - color contains mainly: red. Hex color #B32819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32819 is #4CD7E6. Grayscale: #505050. Windows color (decimal): -5036007 or 1648819. OLE color: 1648819.

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

Color convert

RGB 179 40 25 -
CMYK 0 0.78 0.86 0.30
HSL 5.84º 0.75% 0.4% -
HSV(B) 5.84º 0.86% 0.7% -
XYZ 19.52 11.17 2.05 -
YUV 79.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 179 40 25 0 0.78 0.86 0.30 5.84 0.75 0.4
Hex B3 28 19 0 4E 56 1E 6 4B 28
Octal 263 50 31 0 116 126 36 6 113 50
Binary 10110011 101000 11001 0 1001110 1010110 11110 110 1001011 101000

Color Harmonies of #B32819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32819

Black with #B32819

Text Example


Text Example

White with #B32819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32819; }

 p { color: rgb(179,40,25); }

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

background-color css

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

 a { background-color: rgb(179,40,25); }

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

border-color css

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

 span { border-color: rgb(179,40,25); }

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