Html Css Color HEX #AD151F Venetian Red

📋 copy color: '#AD151F'

red 173 ◦ green 21 ◦ blue 31

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

Shades of Venetian Red #AD151F

Tints of Venetian Red #AD151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.78%

R = 76.89%
G = 9.33%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD151F (or 0xAD151F) is known color: Venetian Red. HEX triplet: AD, 15 and 1F. RGB value is (173,21,31). Sum of RGB (Red+Green+Blue) = 173+21+31=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD151F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD151F is #52EAE0. Grayscale: #434343. Windows color (decimal): -5434081 or 2037165. OLE color: 2037165.

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

Color convert

RGB 173 21 31 -
CMYK 0 0.88 0.82 0.32
HSL 356.05º 0.78% 0.38% -
HSV(B) 356.05º 0.88% 0.68% -
XYZ 17.75 9.52 2.2 -
YUV 67.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 173 21 31 0 0.88 0.82 0.32 356.05 0.78 0.38
Hex AD 15 1F 0 58 52 20 164 4E 26
Octal 255 25 37 0 130 122 40 544 116 46
Binary 10101101 10101 11111 0 1011000 1010010 100000 101100100 1001110 100110

Color Harmonies of #AD151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD151F

Black with #AD151F

Text Example


Text Example

White with #AD151F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD151F; }

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

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

background-color css

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

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

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

border-color css

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

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

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