Html Css Color HEX #AD111A Venetian Red

📋 copy color: '#AD111A'

red 173 ◦ green 17 ◦ blue 26

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

Shades of Venetian Red #AD111A

Tints of Venetian Red #AD111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 80.09%
G = 7.87%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD111A (or 0xAD111A) is known color: Venetian Red. HEX triplet: AD, 11 and 1A. RGB value is (173,17,26). Sum of RGB (Red+Green+Blue) = 173+17+26=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD111A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD111A is #52EEE5. Grayscale: #404040. Windows color (decimal): -5435110 or 1708461. OLE color: 1708461.

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

Color convert

RGB 173 17 26 -
CMYK 0 0.90 0.85 0.32
HSL 356.54º 0.82% 0.37% -
HSV(B) 356.54º 0.9% 0.68% -
XYZ 17.62 9.36 1.86 -
YUV 64.67 106.18 205.27 -
System Red Green Blue C M Y K H S L
Decimal 173 17 26 0 0.90 0.85 0.32 356.54 0.82 0.37
Hex AD 11 1A 0 5A 55 20 165 52 25
Octal 255 21 32 0 132 125 40 545 122 45
Binary 10101101 10001 11010 0 1011010 1010101 100000 101100101 1010010 100101

Color Harmonies of #AD111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD111A

Black with #AD111A

Text Example


Text Example

White with #AD111A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD111A; }

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

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

background-color css

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

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

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

border-color css

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

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

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