Html Css Color HEX #AD1218 Venetian Red

📋 copy color: '#AD1218'

red 173 ◦ green 18 ◦ blue 24

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

Shades of Venetian Red #AD1218

Tints of Venetian Red #AD1218

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

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

R = 80.47%
G = 8.37%
B = 11.16%

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

#AD1218 (or 0xAD1218) is known color: Venetian Red. HEX triplet: AD, 12 and 18. RGB value is (173,18,24). Sum of RGB (Red+Green+Blue) = 173+18+24=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1218 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1218 is #52EDE7. Grayscale: #414141. Windows color (decimal): -5434856 or 1577645. OLE color: 1577645.

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

Color convert

RGB 173 18 24 -
CMYK 0 0.90 0.86 0.32
HSL 357.68º 0.81% 0.37% -
HSV(B) 357.68º 0.9% 0.68% -
XYZ 17.61 9.38 1.75 -
YUV 65.03 104.85 205.01 -
System Red Green Blue C M Y K H S L
Decimal 173 18 24 0 0.90 0.86 0.32 357.68 0.81 0.37
Hex AD 12 18 0 5A 56 20 166 51 25
Octal 255 22 30 0 132 126 40 546 121 45
Binary 10101101 10010 11000 0 1011010 1010110 100000 101100110 1010001 100101

Color Harmonies of #AD1218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1218

Black with #AD1218

Text Example


Text Example

White with #AD1218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1218; }

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

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

background-color css

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

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

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

border-color css

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

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

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