#BA1918

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

Shades of Fire Brick #BA1918

Tints of Fire Brick #BA1918

Color information

#BA1918 (or 0xBA1918) is unknown color: approx Fire Brick. HEX triplet: BA, 19 and 18. RGB value is (186,25,24). Sum of RGB (Red+Green+Blue) = 186+25+24=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1918 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1918 is #45E6E7. Grayscale: #494949. Windows color (decimal): -4581096 or 1579450. OLE color: 1579450.

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

Color convert

RGB1862524-
CMYK00.870.870.27
HSL0.37º77.14%41.18%-
HSV(B)0.37º87.1%72.94%-
XYZ20.7611.21.93-
YUV73.03100.34208.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.15%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 24 (9.77% from 255) = 10.21%
R=79.15%
G=10.64%
B=10.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186252400.870.870.270.3777.1441.18
HexBA1918057571B04d29
Octal2723130012712733011551
Binary1011101011001110000101011110101111101101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1918; }

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

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

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

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

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

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

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

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