Html Css Color HEX #B32520 Fire Brick

📋 copy color: '#B32520'

red 179 ◦ green 37 ◦ blue 32

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

Shades of Fire Brick #B32520

Tints of Fire Brick #B32520

RGB

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

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

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

R = 72.18%
G = 14.92%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B32520 (or 0xB32520) is known color: Fire Brick. HEX triplet: B3, 25 and 20. RGB value is (179,37,32). Sum of RGB (Red+Green+Blue) = 179+37+32=248 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.18% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 179 - color contains mainly: red. Hex color #B32520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32520 is #4CDADF. Grayscale: #4F4F4F. Windows color (decimal): -5036768 or 2106803. OLE color: 2106803.

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

Color convert

RGB 179 37 32 -
CMYK 0 0.79 0.82 0.30
HSL 2.04º 0.7% 0.41% -
HSV(B) 2.04º 0.82% 0.7% -
XYZ 19.51 11.01 2.46 -
YUV 78.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 179 37 32 0 0.79 0.82 0.30 2.04 0.7 0.41
Hex B3 25 20 0 4F 52 1E 2 46 29
Octal 263 45 40 0 117 122 36 2 106 51
Binary 10110011 100101 100000 0 1001111 1010010 11110 10 1000110 101001

Color Harmonies of #B32520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32520

Black with #B32520

Text Example


Text Example

White with #B32520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32520; }

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

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

background-color css

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

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

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

border-color css

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

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

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