#BA1411

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

Shades of Fire Brick #BA1411

Tints of Fire Brick #BA1411

Color information

#BA1411 (or 0xBA1411) is unknown color: approx Fire Brick. HEX triplet: BA, 14 and 11. RGB value is (186,20,17). Sum of RGB (Red+Green+Blue) = 186+20+17=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1411 is #45EBEE. Grayscale: #454545. Windows color (decimal): -4582383 or 1119418. OLE color: 1119418.

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

Color convert

RGB1862017-
CMYK00.890.910.27
HSL1.07º83.25%39.8%-
HSV(B)1.07º90.86%72.94%-
XYZ20.610.981.56-
YUV69.2998.5211.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.41%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 17 (7.03% from 255) = 7.62%
R=83.41%
G=8.97%
B=7.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186201700.890.910.271.0783.2539.8
HexBA14110595B1B15328
Octal2722421013113333112350
Binary1011101010100100010101100110110111101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1411; }

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

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

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

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

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

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

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

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