Html Css Color HEX #AD171C Venetian Red

📋 copy color: '#AD171C'

red 173 ◦ green 23 ◦ blue 28

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

Shades of Venetian Red #AD171C

Tints of Venetian Red #AD171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.27%

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 77.23%
G = 10.27%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD171C (or 0xAD171C) is known color: Venetian Red. HEX triplet: AD, 17 and 1C. RGB value is (173,23,28). Sum of RGB (Red+Green+Blue) = 173+23+28=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD171C is #52E8E3. Grayscale: #444444. Windows color (decimal): -5433572 or 1841069. OLE color: 1841069.

HSL color Cylindrical-coordinate representation of color #AD171C: hue angle of 358º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD171C is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 23 28 -
CMYK 0 0.87 0.84 0.32
HSL 358º 0.77% 0.38% -
HSV(B) 358º 0.87% 0.68% -
XYZ 17.75 9.58 2.01 -
YUV 68.42 105.2 202.59 -
System Red Green Blue C M Y K H S L
Decimal 173 23 28 0 0.87 0.84 0.32 358 0.77 0.38
Hex AD 17 1C 0 57 54 20 166 4D 26
Octal 255 27 34 0 127 124 40 546 115 46
Binary 10101101 10111 11100 0 1010111 1010100 100000 101100110 1001101 100110

Color Harmonies of #AD171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD171C

Black with #AD171C

Text Example


Text Example

White with #AD171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD171C; }

 p { color: rgb(173,23,28); }

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

background-color css

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

 a { background-color: rgb(173,23,28); }

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

border-color css

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

 span { border-color: rgb(173,23,28); }

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