Html Css Color HEX #AD191D Venetian Red

📋 copy color: '#AD191D'

red 173 ◦ green 25 ◦ blue 29

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

Shades of Venetian Red #AD191D

Tints of Venetian Red #AD191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.01%

 BLUE value IS 29 (11.72% from 255) = 12.78%

R = 76.21%
G = 11.01%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD191D (or 0xAD191D) is known color: Venetian Red. HEX triplet: AD, 19 and 1D. RGB value is (173,25,29). Sum of RGB (Red+Green+Blue) = 173+25+29=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 29 (11.72% from 255 or 12.78% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD191D is #52E6E2. Grayscale: #454545. Windows color (decimal): -5433059 or 1907117. OLE color: 1907117.

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

Color convert

RGB 173 25 29 -
CMYK 0 0.86 0.83 0.32
HSL 358.38º 0.75% 0.39% -
HSV(B) 358.38º 0.86% 0.68% -
XYZ 17.8 9.67 2.09 -
YUV 69.71 105.03 201.67 -
System Red Green Blue C M Y K H S L
Decimal 173 25 29 0 0.86 0.83 0.32 358.38 0.75 0.39
Hex AD 19 1D 0 56 53 20 166 4B 27
Octal 255 31 35 0 126 123 40 546 113 47
Binary 10101101 11001 11101 0 1010110 1010011 100000 101100110 1001011 100111

Color Harmonies of #AD191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD191D

Black with #AD191D

Text Example


Text Example

White with #AD191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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