Html Css Color HEX #AD151C Venetian Red

📋 copy color: '#AD151C'

red 173 ◦ green 21 ◦ blue 28

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

Shades of Venetian Red #AD151C

Tints of Venetian Red #AD151C

RGB

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

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

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

R = 77.93%
G = 9.46%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD151C (or 0xAD151C) is known color: Venetian Red. HEX triplet: AD, 15 and 1C. RGB value is (173,21,28). Sum of RGB (Red+Green+Blue) = 173+21+28=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 21 (8.59% from 255 or 9.46% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD151C is #52EAE3. Grayscale: #434343. Windows color (decimal): -5434084 or 1840557. OLE color: 1840557.

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

Color convert

RGB 173 21 28 -
CMYK 0 0.88 0.84 0.32
HSL 357.24º 0.78% 0.38% -
HSV(B) 357.24º 0.88% 0.68% -
XYZ 17.71 9.5 2 -
YUV 67.25 105.86 203.43 -
System Red Green Blue C M Y K H S L
Decimal 173 21 28 0 0.88 0.84 0.32 357.24 0.78 0.38
Hex AD 15 1C 0 58 54 20 165 4E 26
Octal 255 25 34 0 130 124 40 545 116 46
Binary 10101101 10101 11100 0 1011000 1010100 100000 101100101 1001110 100110

Color Harmonies of #AD151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD151C

Black with #AD151C

Text Example


Text Example

White with #AD151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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