#BA2815

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

Shades of Fire Brick #BA2815

Tints of Fire Brick #BA2815

Color information

#BA2815 (or 0xBA2815) is unknown color: approx Fire Brick. HEX triplet: BA, 28 and 15. RGB value is (186,40,21). Sum of RGB (Red+Green+Blue) = 186+40+21=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2815 is #45D7EA. Grayscale: #515151. Windows color (decimal): -4577259 or 1386682. OLE color: 1386682.

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

Color convert

RGB1864021-
CMYK00.780.890.27
HSL6.91º79.71%40.59%-
HSV(B)6.91º88.71%72.94%-
XYZ21.1412.011.91-
YUV81.4993.87202.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.30%
GREEN value IS 40 (16.02% from 255) = 16.19%
BLUE value IS 21 (8.59% from 255) = 8.50%
R=75.30%
G=16.19%
B=8.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186402100.780.890.276.9179.7140.59
HexBA281504E591B75029
Octal2725025011613133712051
Binary1011101010100010101010011101011001110111111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2815; }

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

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

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

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

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

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

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

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