Html Css Color HEX #B32519 Fire Brick

📋 copy color: '#B32519'

red 179 ◦ green 37 ◦ blue 25

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

Shades of Fire Brick #B32519

Tints of Fire Brick #B32519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.35%

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

R = 74.27%
G = 15.35%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B32519 (or 0xB32519) is known color: Fire Brick. HEX triplet: B3, 25 and 19. RGB value is (179,37,25). Sum of RGB (Red+Green+Blue) = 179+37+25=241 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.27% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 179 - color contains mainly: red. Hex color #B32519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32519 is #4CDAE6. Grayscale: #4E4E4E. Windows color (decimal): -5036775 or 1648051. OLE color: 1648051.

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

Color convert

RGB 179 37 25 -
CMYK 0 0.79 0.86 0.30
HSL 4.68º 0.75% 0.4% -
HSV(B) 4.68º 0.86% 0.7% -
XYZ 19.43 10.98 2.01 -
YUV 78.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 179 37 25 0 0.79 0.86 0.30 4.68 0.75 0.4
Hex B3 25 19 0 4F 56 1E 5 4B 28
Octal 263 45 31 0 117 126 36 5 113 50
Binary 10110011 100101 11001 0 1001111 1010110 11110 101 1001011 101000

Color Harmonies of #B32519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32519

Black with #B32519

Text Example


Text Example

White with #B32519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32519; }

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

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

background-color css

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

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

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

border-color css

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

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

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