#BA1311

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

Shades of Fire Brick #BA1311

Tints of Fire Brick #BA1311

Color information

#BA1311 (or 0xBA1311) is unknown color: approx Fire Brick. HEX triplet: BA, 13 and 11. RGB value is (186,19,17). Sum of RGB (Red+Green+Blue) = 186+19+17=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1311 is #45ECEE. Grayscale: #444444. Windows color (decimal): -4582639 or 1119162. OLE color: 1119162.

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

Color convert

RGB1861917-
CMYK00.900.910.27
HSL0.71º83.25%39.8%-
HSV(B)0.71º90.86%72.94%-
XYZ20.5810.951.56-
YUV68.798.83211.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.78%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 17 (7.03% from 255) = 7.66%
R=83.78%
G=8.56%
B=7.66%

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
Decimal186191700.900.910.270.7183.2539.8
HexBA131105A5B1B15328
Octal2722321013213333112350
Binary1011101010011100010101101010110111101111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1311; }

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

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

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

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

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

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

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

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