#ba1211

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

Shades of Fire Brick #BA1211

Tints of Fire Brick #BA1211

Color information

#BA1211 (or 0xBA1211) is unknown color: approx Fire Brick. HEX triplet: BA, 12 and 11. RGB value is (186,18,17). Sum of RGB (Red+Green+Blue) = 186+18+17=221 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.16% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 17 (7.03% from 255 or 7.69% from 221); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1211 is #45EDEE. Grayscale: #444444. Windows color (decimal): -4582895 or 1118906. OLE color: 1118906.

HSL color Cylindrical-coordinate representation of color #BA1211: hue angle of 0.36º 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 #BA1211 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1861817-
CMYK00.900.910.27
HSL0.36º83.25%39.8%-
HSV(B)0.36º90.86%72.94%-
XYZ20.5710.911.55-
YUV68.1299.16212.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 84.16%
GREEN value IS 18 (7.42% from 255) = 8.14%
BLUE value IS 17 (7.03% from 255) = 7.69%
R=84.16%
G=8.14%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186181700.900.910.270.3683.2539.8
HexBA121105A5B1B05328
Octal2722221013213333012350
Binary1011101010010100010101101010110111101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1211; }

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

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

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

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

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

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

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

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