Html Css Color HEX #AD0910 Venetian Red

📋 copy color: '#AD0910'

red 173 ◦ green 9 ◦ blue 16

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

Shades of Venetian Red #AD0910

Tints of Venetian Red #AD0910

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.55%

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

R = 87.37%
G = 4.55%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD0910 (or 0xAD0910) is known color: Venetian Red. HEX triplet: AD, 09 and 10. RGB value is (173,9,16). Sum of RGB (Red+Green+Blue) = 173+9+16=198 (26% of max value = 765). Red value is 173 (67.97% from 255 or 87.37% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 173 - color contains mainly: red. Hex color #AD0910 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD0910 is #52F6EF. Grayscale: #3A3A3A. Windows color (decimal): -5437168 or 1051053. OLE color: 1051053.

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

Color convert

RGB 173 9 16 -
CMYK 0 0.95 0.91 0.32
HSL 357.44º 0.9% 0.36% -
HSV(B) 357.44º 0.95% 0.68% -
XYZ 17.42 9.12 1.33 -
YUV 58.83 103.83 209.43 -
System Red Green Blue C M Y K H S L
Decimal 173 9 16 0 0.95 0.91 0.32 357.44 0.9 0.36
Hex AD 9 10 0 5F 5B 20 165 5A 24
Octal 255 11 20 0 137 133 40 545 132 44
Binary 10101101 1001 10000 0 1011111 1011011 100000 101100101 1011010 100100

Color Harmonies of #AD0910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0910

Black with #AD0910

Text Example


Text Example

White with #AD0910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0910; }

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

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

background-color css

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

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

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

border-color css

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

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

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