Html Css Color HEX #B32420 Fire Brick

📋 copy color: '#B32420'

red 179 ◦ green 36 ◦ blue 32

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

Shades of Fire Brick #B32420

Tints of Fire Brick #B32420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 72.47%
G = 14.57%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B32420 (or 0xB32420) is known color: Fire Brick. HEX triplet: B3, 24 and 20. RGB value is (179,36,32). Sum of RGB (Red+Green+Blue) = 179+36+32=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B32420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32420 is #4CDBDF. Grayscale: #4E4E4E. Windows color (decimal): -5037024 or 2106547. OLE color: 2106547.

HSL color Cylindrical-coordinate representation of color #B32420: hue angle of 1.63º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32420 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 36 32 -
CMYK 0 0.80 0.82 0.30
HSL 1.63º 0.7% 0.41% -
HSV(B) 1.63º 0.82% 0.7% -
XYZ 19.48 10.95 2.45 -
YUV 78.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 179 36 32 0 0.80 0.82 0.30 1.63 0.7 0.41
Hex B3 24 20 0 50 52 1E 2 46 29
Octal 263 44 40 0 120 122 36 2 106 51
Binary 10110011 100100 100000 0 1010000 1010010 11110 10 1000110 101001

Color Harmonies of #B32420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32420

Black with #B32420

Text Example


Text Example

White with #B32420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32420; }

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

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

background-color css

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

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

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

border-color css

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

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

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