#BA0D22

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

Shades of Venetian Red #BA0D22

Tints of Venetian Red #BA0D22

Color information

#BA0D22 (or 0xBA0D22) is unknown color: approx Venetian Red. HEX triplet: BA, 0D and 22. RGB value is (186,13,34). Sum of RGB (Red+Green+Blue) = 186+13+34=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 13 (5.47% from 255 or 5.58% from 233); Blue value is 34 (13.67% from 255 or 14.59% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D22 is #45F2DD. Grayscale: #434343. Windows color (decimal): -4584158 or 2231738. OLE color: 2231738.

HSL color Cylindrical-coordinate representation of color #BA0D22: hue angle of 352.72º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA0D22 is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.27.

Color convert

RGB1861334-
CMYK00.930.820.27
HSL352.72º86.93%39.02%-
HSV(B)352.72º93.01%72.94%-
XYZ20.6810.842.52-
YUV67.12109.31212.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.83%
GREEN value IS 13 (5.47% from 255) = 5.58%
BLUE value IS 34 (13.67% from 255) = 14.59%
R=79.83%
G=5.58%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186133400.930.820.27352.7286.9339.02
HexBAD2205D521B1615727
Octal272154201351223354112747
Binary101110101101100010010111011010010110111011000011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0D22; }

 p { color: rgb(186,13,34); }

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

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

 a { background-color: rgb(186,13,34); }

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

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

 span { border-color: rgb(186,13,34); }

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