#BA1A18

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

Shades of Fire Brick #BA1A18

Tints of Fire Brick #BA1A18

Color information

#BA1A18 (or 0xBA1A18) is unknown color: approx Fire Brick. HEX triplet: BA, 1A and 18. RGB value is (186,26,24). Sum of RGB (Red+Green+Blue) = 186+26+24=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A18 is #45E5E7. Grayscale: #494949. Windows color (decimal): -4580840 or 1579706. OLE color: 1579706.

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

Color convert

RGB1862624-
CMYK00.860.870.27
HSL0.74º77.14%41.18%-
HSV(B)0.74º87.1%72.94%-
XYZ20.7811.241.94-
YUV73.61100.01208.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.81%
GREEN value IS 26 (10.55% from 255) = 11.02%
BLUE value IS 24 (9.77% from 255) = 10.17%
R=78.81%
G=11.02%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186262400.860.870.270.7477.1441.18
HexBA1A18056571B14d29
Octal2723230012612733111551
Binary1011101011010110000101011010101111101111001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A18; }

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

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

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

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

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

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

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

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