#BA000A

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

Shades of Venetian Red #BA000A

Tints of Venetian Red #BA000A

Color information

#BA000A (or 0xBA000A) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 0A. RGB value is (186,0,10). Sum of RGB (Red+Green+Blue) = 186+0+10=196 (25% of max value = 765). Red value is 186 (73.05% from 255 or 94.90% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 186 - color contains mainly: red. Hex color #BA000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA000A is #45FFF5. Grayscale: #383838. Windows color (decimal): -4587510 or 655546. OLE color: 655546.

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

Color convert

RGB186010-
CMYK010.950.27
HSL356.77º100%36.47%-
HSV(B)356.77º100%72.94%-
XYZ20.310.461.24-
YUV56.75101.62220.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 94.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 5.10%
R=94.90%
G=0%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186010010.950.27356.7710036.47
HexBA0A0645F1B1656424
Octal27201201441373354514444
Binary1011101001010011001001011111110111011001011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA000A; }

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

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

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

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

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

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

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

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