Html Css Color HEX #AD1118 Venetian Red

📋 copy color: '#AD1118'

red 173 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #AD1118

Tints of Venetian Red #AD1118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.21%

R = 80.84%
G = 7.94%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1118 (or 0xAD1118) is known color: Venetian Red. HEX triplet: AD, 11 and 18. RGB value is (173,17,24). Sum of RGB (Red+Green+Blue) = 173+17+24=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1118 is #52EEE7. Grayscale: #404040. Windows color (decimal): -5435112 or 1577389. OLE color: 1577389.

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

Color convert

RGB 173 17 24 -
CMYK 0 0.90 0.86 0.32
HSL 357.31º 0.82% 0.37% -
HSV(B) 357.31º 0.9% 0.68% -
XYZ 17.6 9.35 1.74 -
YUV 64.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 173 17 24 0 0.90 0.86 0.32 357.31 0.82 0.37
Hex AD 11 18 0 5A 56 20 165 52 25
Octal 255 21 30 0 132 126 40 545 122 45
Binary 10101101 10001 11000 0 1011010 1010110 100000 101100101 1010010 100101

Color Harmonies of #AD1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1118

Black with #AD1118

Text Example


Text Example

White with #AD1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1118; }

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

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

background-color css

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

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

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

border-color css

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

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

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