Html Css Color HEX #B32221 Fire Brick

📋 copy color: '#B32221'

red 179 ◦ green 34 ◦ blue 33

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

Shades of Fire Brick #B32221

Tints of Fire Brick #B32221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.82%

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

R = 72.76%
G = 13.82%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B32221 (or 0xB32221) is known color: Fire Brick. HEX triplet: B3, 22 and 21. RGB value is (179,34,33). Sum of RGB (Red+Green+Blue) = 179+34+33=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 33 (13.28% from 255 or 13.41% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B32221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32221 is #4CDDDE. Grayscale: #4D4D4D. Windows color (decimal): -5037535 or 2171571. OLE color: 2171571.

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

Color convert

RGB 179 34 33 -
CMYK 0 0.81 0.82 0.30
HSL 0.41º 0.69% 0.42% -
HSV(B) 0.41º 0.82% 0.7% -
XYZ 19.44 10.84 2.51 -
YUV 77.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 179 34 33 0 0.81 0.82 0.30 0.41 0.69 0.42
Hex B3 22 21 0 51 52 1E 0 45 2A
Octal 263 42 41 0 121 122 36 0 105 52
Binary 10110011 100010 100001 0 1010001 1010010 11110 0 1000101 101010

Color Harmonies of #B32221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32221

Black with #B32221

Text Example


Text Example

White with #B32221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32221; }

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

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

background-color css

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

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

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

border-color css

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

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

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