Html Css Color HEX #B32211 Fire Brick

📋 copy color: '#B32211'

red 179 ◦ green 34 ◦ blue 17

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

Shades of Fire Brick #B32211

Tints of Fire Brick #B32211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.39%

R = 77.83%
G = 14.78%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B32211 (or 0xB32211) is known color: Fire Brick. HEX triplet: B3, 22 and 11. RGB value is (179,34,17). Sum of RGB (Red+Green+Blue) = 179+34+17=230 (30% of max value = 765). Red value is 179 (70.31% from 255 or 77.83% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 179 - color contains mainly: red. Hex color #B32211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B32211 is #4CDDEE. Grayscale: #4B4B4B. Windows color (decimal): -5037551 or 1122995. OLE color: 1122995.

HSL color Cylindrical-coordinate representation of color #B32211: hue angle of 6.3º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B32211 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 17 -
CMYK 0 0.81 0.91 0.30
HSL 6.3º 0.83% 0.38% -
HSV(B) 6.3º 0.91% 0.7% -
XYZ 19.26 10.77 1.59 -
YUV 75.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 179 34 17 0 0.81 0.91 0.30 6.3 0.83 0.38
Hex B3 22 11 0 51 5B 1E 6 53 26
Octal 263 42 21 0 121 133 36 6 123 46
Binary 10110011 100010 10001 0 1010001 1011011 11110 110 1010011 100110

Color Harmonies of #B32211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32211

Black with #B32211

Text Example


Text Example

White with #B32211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32211; }

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

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

background-color css

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

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

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

border-color css

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

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

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