#BA2211

Color #BA2211 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #BA2211

Tints of Fire Brick #BA2211

Color information

#BA2211 (or 0xBA2211) is unknown color: approx Fire Brick. HEX triplet: BA, 22 and 11. RGB value is (186,34,17). Sum of RGB (Red+Green+Blue) = 186+34+17=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 34 (13.67% from 255 or 14.35% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2211 is #45DDEE. Grayscale: #4D4D4D. Windows color (decimal): -4578799 or 1123002. OLE color: 1123002.

HSL color Cylindrical-coordinate representation of color #BA2211: hue angle of 6.04º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA2211 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1863417-
CMYK00.820.910.27
HSL6.04º83.25%39.8%-
HSV(B)6.04º90.86%72.94%-
XYZ20.9211.621.67-
YUV77.5193.86205.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.48%
GREEN value IS 34 (13.67% from 255) = 14.35%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=78.48%
G=14.35%
B=7.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186341700.820.910.276.0483.2539.8
HexBA22110525B1B65328
Octal2724221012213333612350
Binary1011101010001010001010100101011011110111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2211; }

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

 H1.HeaderClassName
 {
   color: #BA2211;
 }
 .AnyTagClassName
 {
   color: #BA2211;
 }
</style>
background-color css

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

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

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

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

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

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