#ad0a0f

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

Shades of Venetian Red #AD0A0F

Tints of Venetian Red #AD0A0F

Color information

#AD0A0F (or 0xAD0A0F) is unknown color: approx Venetian Red. HEX triplet: AD, 0A and 0F. RGB value is (173,10,15). Sum of RGB (Red+Green+Blue) = 173+10+15=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 10 (4.30% from 255 or 5.05% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A0F is #52F5F0. Grayscale: #3B3B3B. Windows color (decimal): -5436913 or 985773. OLE color: 985773.

HSL color Cylindrical-coordinate representation of color #AD0A0F: hue angle of 358.16º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0A0F is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB1731015-
CMYK00.940.910.32
HSL358.16º89.07%35.88%-
HSV(B)358.16º94.22%67.84%-
XYZ17.439.141.3-
YUV59.31103209.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 87.37%
GREEN value IS 10 (4.30% from 255) = 5.05%
BLUE value IS 15 (6.25% from 255) = 7.58%
R=87.37%
G=5.05%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.91
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173101500.940.910.32358.1689.0735.88
HexADAF05E5B201665924
Octal255121701361334054613144
Binary10101101101011110101111010110111000001011001101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad0a0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad0a0f; }

 p { color: rgb(173,10,15); }

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

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

 a { background-color: rgb(173,10,15); }

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

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

 span { border-color: rgb(173,10,15); }

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