#BA050A

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

Shades of Venetian Red #BA050A

Tints of Venetian Red #BA050A

Color information

#BA050A (or 0xBA050A) is unknown color: approx Venetian Red. HEX triplet: BA, 05 and 0A. RGB value is (186,5,10). Sum of RGB (Red+Green+Blue) = 186+5+10=201 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.54% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 186 - color contains mainly: red. Hex color #BA050A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA050A is #45FAF5. Grayscale: #3B3B3B. Windows color (decimal): -4586230 or 656826. OLE color: 656826.

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

Color convert

RGB186510-
CMYK00.970.950.27
HSL358.34º94.76%37.45%-
HSV(B)358.34º97.31%72.94%-
XYZ20.3610.571.25-
YUV59.6999.97218.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 92.54%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 10 (4.30% from 255) = 4.98%
R=92.54%
G=2.49%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.95
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18651000.970.950.27358.3494.7637.45
HexBA5A0615F1B1665f25
Octal27251201411373354613745
Binary101110101011010011000011011111110111011001101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA050A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA050A; }

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

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

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

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

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

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

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

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