Html Css Color HEX #AD111E Venetian Red

📋 copy color: '#AD111E'

red 173 ◦ green 17 ◦ blue 30

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

Shades of Venetian Red #AD111E

Tints of Venetian Red #AD111E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.73%

 BLUE value IS 30 (12.11% from 255) = 13.64%

R = 78.64%
G = 7.73%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD111E (or 0xAD111E) is known color: Venetian Red. HEX triplet: AD, 11 and 1E. RGB value is (173,17,30). Sum of RGB (Red+Green+Blue) = 173+17+30=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 17 (7.03% from 255 or 7.73% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD111E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD111E is #52EEE1. Grayscale: #414141. Windows color (decimal): -5435106 or 1970605. OLE color: 1970605.

HSL color Cylindrical-coordinate representation of color #AD111E: hue angle of 355º degrees, saturation: 0.82, 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 #AD111E is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 17 30 -
CMYK 0 0.90 0.83 0.32
HSL 355º 0.82% 0.37% -
HSV(B) 355º 0.9% 0.68% -
XYZ 17.67 9.38 2.11 -
YUV 65.13 108.18 204.94 -
System Red Green Blue C M Y K H S L
Decimal 173 17 30 0 0.90 0.83 0.32 355 0.82 0.37
Hex AD 11 1E 0 5A 53 20 163 52 25
Octal 255 21 36 0 132 123 40 543 122 45
Binary 10101101 10001 11110 0 1011010 1010011 100000 101100011 1010010 100101

Color Harmonies of #AD111E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD111E

Black with #AD111E

Text Example


Text Example

White with #AD111E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD111E; }

 p { color: rgb(173,17,30); }

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

background-color css

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

 a { background-color: rgb(173,17,30); }

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

border-color css

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

 span { border-color: rgb(173,17,30); }

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