#BA1913

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

Shades of Fire Brick #BA1913

Tints of Fire Brick #BA1913

Color information

#BA1913 (or 0xBA1913) is unknown color: approx Fire Brick. HEX triplet: BA, 19 and 13. RGB value is (186,25,19). Sum of RGB (Red+Green+Blue) = 186+25+19=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1913 is #45E6EC. Grayscale: #484848. Windows color (decimal): -4581101 or 1251770. OLE color: 1251770.

HSL color Cylindrical-coordinate representation of color #BA1913: hue angle of 2.16º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1913 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1862519-
CMYK00.870.900.27
HSL2.16º81.46%40.2%-
HSV(B)2.16º89.78%72.94%-
XYZ20.7111.181.68-
YUV72.4697.84208.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.87%
GREEN value IS 25 (10.16% from 255) = 10.87%
BLUE value IS 19 (7.81% from 255) = 8.26%
R=80.87%
G=10.87%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186251900.870.900.272.1681.4640.2
HexBA19130575A1B25128
Octal2723123012713233212150
Binary10111010110011001101010111101101011011101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1913; }

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

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

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

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

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

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

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

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