Html Css Color HEX #AD1518 Venetian Red

📋 copy color: '#AD1518'

red 173 ◦ green 21 ◦ blue 24

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

Shades of Venetian Red #AD1518

Tints of Venetian Red #AD1518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.63%

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

R = 79.36%
G = 9.63%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1518 (or 0xAD1518) is known color: Venetian Red. HEX triplet: AD, 15 and 18. RGB value is (173,21,24). Sum of RGB (Red+Green+Blue) = 173+21+24=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1518 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1518 is #52EAE7. Grayscale: #424242. Windows color (decimal): -5434088 or 1578413. OLE color: 1578413.

HSL color Cylindrical-coordinate representation of color #AD1518: hue angle of 358.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1518 is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 21 24 -
CMYK 0 0.88 0.86 0.32
HSL 358.82º 0.78% 0.38% -
HSV(B) 358.82º 0.88% 0.68% -
XYZ 17.67 9.49 1.76 -
YUV 66.79 103.86 203.76 -
System Red Green Blue C M Y K H S L
Decimal 173 21 24 0 0.88 0.86 0.32 358.82 0.78 0.38
Hex AD 15 18 0 58 56 20 167 4E 26
Octal 255 25 30 0 130 126 40 547 116 46
Binary 10101101 10101 11000 0 1011000 1010110 100000 101100111 1001110 100110

Color Harmonies of #AD1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1518

Black with #AD1518

Text Example


Text Example

White with #AD1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1518; }

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

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

background-color css

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

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

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

border-color css

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

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

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