Html Css Color HEX #B32919 Fire Brick

📋 copy color: '#B32919'

red 179 ◦ green 41 ◦ blue 25

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

Shades of Fire Brick #B32919

Tints of Fire Brick #B32919

RGB

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

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

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

R = 73.06%
G = 16.73%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B32919 (or 0xB32919) is known color: Fire Brick. HEX triplet: B3, 29 and 19. RGB value is (179,41,25). Sum of RGB (Red+Green+Blue) = 179+41+25=245 (32% of max value = 765). Red value is 179 (70.31% from 255 or 73.06% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 179 - color contains mainly: red. Hex color #B32919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32919 is #4CD6E6. Grayscale: #505050. Windows color (decimal): -5035751 or 1649075. OLE color: 1649075.

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

Color convert

RGB 179 41 25 -
CMYK 0 0.77 0.86 0.30
HSL 6.23º 0.75% 0.4% -
HSV(B) 6.23º 0.86% 0.7% -
XYZ 19.56 11.24 2.06 -
YUV 80.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 179 41 25 0 0.77 0.86 0.30 6.23 0.75 0.4
Hex B3 29 19 0 4D 56 1E 6 4B 28
Octal 263 51 31 0 115 126 36 6 113 50
Binary 10110011 101001 11001 0 1001101 1010110 11110 110 1001011 101000

Color Harmonies of #B32919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32919

Black with #B32919

Text Example


Text Example

White with #B32919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32919; }

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

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

background-color css

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

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

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

border-color css

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

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

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