#BA1615

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

Shades of Fire Brick #BA1615

Tints of Fire Brick #BA1615

Color information

#BA1615 (or 0xBA1615) is unknown color: approx Fire Brick. HEX triplet: BA, 16 and 15. RGB value is (186,22,21). Sum of RGB (Red+Green+Blue) = 186+22+21=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1615 is #45E9EA. Grayscale: #474747. Windows color (decimal): -4581867 or 1382074. OLE color: 1382074.

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

Color convert

RGB1862221-
CMYK00.880.890.27
HSL0.36º79.71%40.59%-
HSV(B)0.36º88.71%72.94%-
XYZ20.6711.071.76-
YUV70.9299.83210.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.22%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=81.22%
G=9.61%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186222100.880.890.270.3679.7140.59
HexBA1615058591B05029
Octal2722625013013133012051
Binary1011101010110101010101100010110011101101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1615; }

 p { color: rgb(186,22,21); }

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

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

 a { background-color: rgb(186,22,21); }

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

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

 span { border-color: rgb(186,22,21); }

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