Html Css Color HEX #AD1519 Venetian Red

📋 copy color: '#AD1519'

red 173 ◦ green 21 ◦ blue 25

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

Shades of Venetian Red #AD1519

Tints of Venetian Red #AD1519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.42%

R = 79%
G = 9.59%
B = 11.42%

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

#AD1519 (or 0xAD1519) is known color: Venetian Red. HEX triplet: AD, 15 and 19. RGB value is (173,21,25). Sum of RGB (Red+Green+Blue) = 173+21+25=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 21 (8.59% from 255 or 9.59% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1519 is #52EAE6. Grayscale: #434343. Windows color (decimal): -5434087 or 1643949. OLE color: 1643949.

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

Color convert

RGB 173 21 25 -
CMYK 0 0.88 0.86 0.32
HSL 358.42º 0.78% 0.38% -
HSV(B) 358.42º 0.88% 0.68% -
XYZ 17.68 9.49 1.82 -
YUV 66.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 173 21 25 0 0.88 0.86 0.32 358.42 0.78 0.38
Hex AD 15 19 0 58 56 20 166 4E 26
Octal 255 25 31 0 130 126 40 546 116 46
Binary 10101101 10101 11001 0 1011000 1010110 100000 101100110 1001110 100110

Color Harmonies of #AD1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1519

Black with #AD1519

Text Example


Text Example

White with #AD1519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1519; }

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

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

background-color css

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

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

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

border-color css

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

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

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