Html Css Color HEX #AD1618 Venetian Red

📋 copy color: '#AD1618'

red 173 ◦ green 22 ◦ blue 24

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

Shades of Venetian Red #AD1618

Tints of Venetian Red #AD1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.05%

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

R = 79%
G = 10.05%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1618 (or 0xAD1618) is known color: Venetian Red. HEX triplet: AD, 16 and 18. RGB value is (173,22,24). Sum of RGB (Red+Green+Blue) = 173+22+24=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1618 is #52E9E7. Grayscale: #434343. Windows color (decimal): -5433832 or 1578669. OLE color: 1578669.

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

Color convert

RGB 173 22 24 -
CMYK 0 0.87 0.86 0.32
HSL 359.21º 0.77% 0.38% -
HSV(B) 359.21º 0.87% 0.68% -
XYZ 17.69 9.52 1.77 -
YUV 67.38 103.53 203.34 -
System Red Green Blue C M Y K H S L
Decimal 173 22 24 0 0.87 0.86 0.32 359.21 0.77 0.38
Hex AD 16 18 0 57 56 20 167 4D 26
Octal 255 26 30 0 127 126 40 547 115 46
Binary 10101101 10110 11000 0 1010111 1010110 100000 101100111 1001101 100110

Color Harmonies of #AD1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1618

Black with #AD1618

Text Example


Text Example

White with #AD1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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