Html Css Color HEX #AD1018 Venetian Red

📋 copy color: '#AD1018'

red 173 ◦ green 16 ◦ blue 24

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

Shades of Venetian Red #AD1018

Tints of Venetian Red #AD1018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

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

R = 81.22%
G = 7.51%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD1018 (or 0xAD1018) is known color: Venetian Red. HEX triplet: AD, 10 and 18. RGB value is (173,16,24). Sum of RGB (Red+Green+Blue) = 173+16+24=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1018 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1018 is #52EFE7. Grayscale: #3F3F3F. Windows color (decimal): -5435368 or 1577133. OLE color: 1577133.

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

Color convert

RGB 173 16 24 -
CMYK 0 0.91 0.86 0.32
HSL 356.94º 0.83% 0.37% -
HSV(B) 356.94º 0.91% 0.68% -
XYZ 17.58 9.32 1.74 -
YUV 63.86 105.51 205.85 -
System Red Green Blue C M Y K H S L
Decimal 173 16 24 0 0.91 0.86 0.32 356.94 0.83 0.37
Hex AD 10 18 0 5B 56 20 165 53 25
Octal 255 20 30 0 133 126 40 545 123 45
Binary 10101101 10000 11000 0 1011011 1010110 100000 101100101 1010011 100101

Color Harmonies of #AD1018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1018

Black with #AD1018

Text Example


Text Example

White with #AD1018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1018; }

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

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

background-color css

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

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

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

border-color css

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

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

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