#BA1914

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

Shades of Fire Brick #BA1914

Tints of Fire Brick #BA1914

Color information

#BA1914 (or 0xBA1914) is unknown color: approx Fire Brick. HEX triplet: BA, 19 and 14. RGB value is (186,25,20). Sum of RGB (Red+Green+Blue) = 186+25+20=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 25 (10.16% from 255 or 10.82% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1914 is #45E6EB. Grayscale: #484848. Windows color (decimal): -4581100 or 1317306. OLE color: 1317306.

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

Color convert

RGB1862520-
CMYK00.870.890.27
HSL1.81º80.58%40.39%-
HSV(B)1.81º89.25%72.94%-
XYZ20.7211.181.73-
YUV72.5798.34208.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.52%
GREEN value IS 25 (10.16% from 255) = 10.82%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=80.52%
G=10.82%
B=8.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186252000.870.890.271.8180.5840.39
HexBA1914057591B25128
Octal2723124012713133212150
Binary10111010110011010001010111101100111011101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1914; }

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

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

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

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

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

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

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

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