Html Css Color HEX #AD111C Venetian Red

📋 copy color: '#AD111C'

red 173 ◦ green 17 ◦ blue 28

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

Shades of Venetian Red #AD111C

Tints of Venetian Red #AD111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 79.36%
G = 7.8%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD111C (or 0xAD111C) is known color: Venetian Red. HEX triplet: AD, 11 and 1C. RGB value is (173,17,28). Sum of RGB (Red+Green+Blue) = 173+17+28=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD111C is #52EEE3. Grayscale: #414141. Windows color (decimal): -5435108 or 1839533. OLE color: 1839533.

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

Color convert

RGB 173 17 28 -
CMYK 0 0.90 0.84 0.32
HSL 355.77º 0.82% 0.37% -
HSV(B) 355.77º 0.9% 0.68% -
XYZ 17.64 9.37 1.98 -
YUV 64.9 107.18 205.11 -
System Red Green Blue C M Y K H S L
Decimal 173 17 28 0 0.90 0.84 0.32 355.77 0.82 0.37
Hex AD 11 1C 0 5A 54 20 164 52 25
Octal 255 21 34 0 132 124 40 544 122 45
Binary 10101101 10001 11100 0 1011010 1010100 100000 101100100 1010010 100101

Color Harmonies of #AD111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD111C

Black with #AD111C

Text Example


Text Example

White with #AD111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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