Html Css Color HEX #B32419 Fire Brick

📋 copy color: '#B32419'

red 179 ◦ green 36 ◦ blue 25

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

Shades of Fire Brick #B32419

Tints of Fire Brick #B32419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15%

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

R = 74.58%
G = 15%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#B32419 (or 0xB32419) is known color: Fire Brick. HEX triplet: B3, 24 and 19. RGB value is (179,36,25). Sum of RGB (Red+Green+Blue) = 179+36+25=240 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.58% from 240); Green value is 36 (14.45% from 255 or 15% from 240); Blue value is 25 (10.16% from 255 or 10.42% from 240); Max value from RGB is 179 - color contains mainly: red. Hex color #B32419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32419 is #4CDBE6. Grayscale: #4D4D4D. Windows color (decimal): -5037031 or 1647795. OLE color: 1647795.

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

Color convert

RGB 179 36 25 -
CMYK 0 0.80 0.86 0.30
HSL 4.29º 0.75% 0.4% -
HSV(B) 4.29º 0.86% 0.7% -
XYZ 19.4 10.92 2 -
YUV 77.5 98.38 200.39 -
System Red Green Blue C M Y K H S L
Decimal 179 36 25 0 0.80 0.86 0.30 4.29 0.75 0.4
Hex B3 24 19 0 50 56 1E 4 4B 28
Octal 263 44 31 0 120 126 36 4 113 50
Binary 10110011 100100 11001 0 1010000 1010110 11110 100 1001011 101000

Color Harmonies of #B32419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32419

Black with #B32419

Text Example


Text Example

White with #B32419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32419; }

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

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

background-color css

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

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

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

border-color css

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

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

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