Html Css Color HEX #AD0A10 Venetian Red

📋 copy color: '#AD0A10'

red 173 ◦ green 10 ◦ blue 16

#AD0A10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #AD0A10

Tints of Venetian Red #AD0A10

RGB

 RED value IS 173 (67.97% from 255) = 86.93%

 GREEN value IS 10 (4.3% from 255) = 5.03%

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 86.93%
G = 5.03%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD0A10 (or 0xAD0A10) is known color: Venetian Red. HEX triplet: AD, 0A and 10. RGB value is (173,10,16). Sum of RGB (Red+Green+Blue) = 173+10+16=199 (26% of max value = 765). Red value is 173 (67.97% from 255 or 86.93% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0A10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0A10 is #52F5EF. Grayscale: #3B3B3B. Windows color (decimal): -5436912 or 1051309. OLE color: 1051309.

HSL color Cylindrical-coordinate representation of color #AD0A10: hue angle of 357.79º 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 #AD0A10 is Cyan = 0, Magento = 0.94, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 10 16 -
CMYK 0 0.94 0.91 0.32
HSL 357.79º 0.89% 0.36% -
HSV(B) 357.79º 0.94% 0.68% -
XYZ 17.44 9.14 1.34 -
YUV 59.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 173 10 16 0 0.94 0.91 0.32 357.79 0.89 0.36
Hex AD A 10 0 5E 5B 20 166 59 24
Octal 255 12 20 0 136 133 40 546 131 44
Binary 10101101 1010 10000 0 1011110 1011011 100000 101100110 1011001 100100

Color Harmonies of #AD0A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0A10

Black with #AD0A10

Text Example


Text Example

White with #AD0A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0A10; }

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

 H1.HeaderClassName
 {
   color: #AD0A10;
 }
 .AnyTagClassName
 {
   color: #AD0A10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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