#BA0A15

Color #BA0A15 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BA0A15

Tints of Venetian Red #BA0A15

Color information

#BA0A15 (or 0xBA0A15) is unknown color: approx Venetian Red. HEX triplet: BA, 0A and 15. RGB value is (186,10,21). Sum of RGB (Red+Green+Blue) = 186+10+21=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0A15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0A15 is #45F5EA. Grayscale: #404040. Windows color (decimal): -4584939 or 1379002. OLE color: 1379002.

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

Color convert

RGB1861021-
CMYK00.950.890.27
HSL356.25º89.8%38.43%-
HSV(B)356.25º94.62%72.94%-
XYZ20.4910.711.7-
YUV63.88103.81215.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 85.71%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=85.71%
G=4.61%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186102100.950.890.27356.2589.838.43
HexBAA1505F591B1645a26
Octal272122501371313354413246
Binary10111010101010101010111111011001110111011001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0A15; }

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

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

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

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

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

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

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

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