Html Css Color HEX #AD151E Venetian Red

📋 copy color: '#AD151E'

red 173 ◦ green 21 ◦ blue 30

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

Shades of Venetian Red #AD151E

Tints of Venetian Red #AD151E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 77.23%
G = 9.38%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD151E (or 0xAD151E) is known color: Venetian Red. HEX triplet: AD, 15 and 1E. RGB value is (173,21,30). Sum of RGB (Red+Green+Blue) = 173+21+30=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD151E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD151E is #52EAE1. Grayscale: #434343. Windows color (decimal): -5434082 or 1971629. OLE color: 1971629.

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

Color convert

RGB 173 21 30 -
CMYK 0 0.88 0.83 0.32
HSL 356.45º 0.78% 0.38% -
HSV(B) 356.45º 0.88% 0.68% -
XYZ 17.74 9.51 2.13 -
YUV 67.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 173 21 30 0 0.88 0.83 0.32 356.45 0.78 0.38
Hex AD 15 1E 0 58 53 20 164 4E 26
Octal 255 25 36 0 130 123 40 544 116 46
Binary 10101101 10101 11110 0 1011000 1010011 100000 101100100 1001110 100110

Color Harmonies of #AD151E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD151E

Black with #AD151E

Text Example


Text Example

White with #AD151E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD151E; }

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

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

background-color css

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

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

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

border-color css

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

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

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