Html Css Color HEX #B32821 Fire Brick

📋 copy color: '#B32821'

red 179 ◦ green 40 ◦ blue 33

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

Shades of Fire Brick #B32821

Tints of Fire Brick #B32821

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 33 (13.28% from 255) = 13.1%

R = 71.03%
G = 15.87%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B32821 (or 0xB32821) is known color: Fire Brick. HEX triplet: B3, 28 and 21. RGB value is (179,40,33). Sum of RGB (Red+Green+Blue) = 179+40+33=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 33 (13.28% from 255 or 13.10% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32821 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32821 is #4CD7DE. Grayscale: #505050. Windows color (decimal): -5035999 or 2173107. OLE color: 2173107.

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

Color convert

RGB 179 40 33 -
CMYK 0 0.78 0.82 0.30
HSL 2.88º 0.69% 0.42% -
HSV(B) 2.88º 0.82% 0.7% -
XYZ 19.62 11.21 2.57 -
YUV 80.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 179 40 33 0 0.78 0.82 0.30 2.88 0.69 0.42
Hex B3 28 21 0 4E 52 1E 3 45 2A
Octal 263 50 41 0 116 122 36 3 105 52
Binary 10110011 101000 100001 0 1001110 1010010 11110 11 1000101 101010

Color Harmonies of #B32821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32821

Black with #B32821

Text Example


Text Example

White with #B32821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32821; }

 p { color: rgb(179,40,33); }

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

background-color css

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

 a { background-color: rgb(179,40,33); }

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

border-color css

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

 span { border-color: rgb(179,40,33); }

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