#AD090C

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

Shades of Venetian Red #AD090C

Tints of Venetian Red #AD090C

Color information

#AD090C (or 0xAD090C) is unknown color: approx Venetian Red. HEX triplet: AD, 09 and 0C. RGB value is (173,9,12). Sum of RGB (Red+Green+Blue) = 173+9+12=194 (25% of max value = 765). Red value is 173 (67.97% from 255 or 89.18% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 173 - color contains mainly: red. Hex color #AD090C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD090C is #52F6F3. Grayscale: #3A3A3A. Windows color (decimal): -5437172 or 788909. OLE color: 788909.

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

Color convert

RGB173912-
CMYK00.950.930.32
HSL358.9º90.11%35.69%-
HSV(B)358.9º94.8%67.84%-
XYZ17.49.111.19-
YUV58.38101.83209.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 89.18%
GREEN value IS 9 (3.91% from 255) = 4.64%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=89.18%
G=4.64%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17391200.950.930.32358.990.1135.69
HexAD9C05F5D201675a24
Octal255111401371354054713244
Binary10101101100111000101111110111011000001011001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD090C; }

 p { color: rgb(173,9,12); }

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

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

 a { background-color: rgb(173,9,12); }

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

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

 span { border-color: rgb(173,9,12); }

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