#AD121A

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

Shades of Venetian Red #AD121A

Tints of Venetian Red #AD121A

Color information

#AD121A (or 0xAD121A) is unknown color: approx Venetian Red. HEX triplet: AD, 12 and 1A. RGB value is (173,18,26). Sum of RGB (Red+Green+Blue) = 173+18+26=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD121A is #52EDE5. Grayscale: #414141. Windows color (decimal): -5434854 or 1708717. OLE color: 1708717.

HSL color Cylindrical-coordinate representation of color #AD121A: hue angle of 356.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD121A is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB1731826-
CMYK00.900.850.32
HSL356.9º81.15%37.45%-
HSV(B)356.9º89.6%67.84%-
XYZ17.649.391.86-
YUV65.26105.85204.85-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 79.72%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=79.72%
G=8.29%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173182600.900.850.32356.981.1537.45
HexAD121A05A55201655125
Octal255223201321254054512145
Binary1010110110010110100101101010101011000001011001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD121A; }

 p { color: rgb(173,18,26); }

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

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

 a { background-color: rgb(173,18,26); }

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

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

 span { border-color: rgb(173,18,26); }

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