Html Css Color HEX #B32920 Fire Brick

📋 copy color: '#B32920'

red 179 ◦ green 41 ◦ blue 32

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

Shades of Fire Brick #B32920

Tints of Fire Brick #B32920

RGB

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

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

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

R = 71.03%
G = 16.27%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B32920 (or 0xB32920) is known color: Fire Brick. HEX triplet: B3, 29 and 20. RGB value is (179,41,32). Sum of RGB (Red+Green+Blue) = 179+41+32=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32920 is #4CD6DF. Grayscale: #515151. Windows color (decimal): -5035744 or 2107827. OLE color: 2107827.

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

Color convert

RGB 179 41 32 -
CMYK 0 0.77 0.82 0.30
HSL 3.67º 0.7% 0.41% -
HSV(B) 3.67º 0.82% 0.7% -
XYZ 19.64 11.27 2.51 -
YUV 81.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 179 41 32 0 0.77 0.82 0.30 3.67 0.7 0.41
Hex B3 29 20 0 4D 52 1E 4 46 29
Octal 263 51 40 0 115 122 36 4 106 51
Binary 10110011 101001 100000 0 1001101 1010010 11110 100 1000110 101001

Color Harmonies of #B32920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32920

Black with #B32920

Text Example


Text Example

White with #B32920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32920; }

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

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

background-color css

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

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

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

border-color css

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

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

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