#BA0D21

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

Shades of Venetian Red #BA0D21

Tints of Venetian Red #BA0D21

Color information

#BA0D21 (or 0xBA0D21) is unknown color: approx Venetian Red. HEX triplet: BA, 0D and 21. RGB value is (186,13,33). Sum of RGB (Red+Green+Blue) = 186+13+33=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0D21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0D21 is #45F2DE. Grayscale: #434343. Windows color (decimal): -4584159 or 2166202. OLE color: 2166202.

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

Color convert

RGB1861333-
CMYK00.930.820.27
HSL353.06º86.93%39.02%-
HSV(B)353.06º93.01%72.94%-
XYZ20.6710.842.44-
YUV67.01108.81212.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.17%
GREEN value IS 13 (5.47% from 255) = 5.60%
BLUE value IS 33 (13.28% from 255) = 14.22%
R=80.17%
G=5.60%
B=14.22%

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
Decimal186133300.930.820.27353.0686.9339.02
HexBAD2105D521B1615727
Octal272154101351223354112747
Binary101110101101100001010111011010010110111011000011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0D21; }

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

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

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

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

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

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

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

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