Html Css Color HEX #AD181F Venetian Red

📋 copy color: '#AD181F'

red 173 ◦ green 24 ◦ blue 31

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

Shades of Venetian Red #AD181F

Tints of Venetian Red #AD181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.53%

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

R = 75.88%
G = 10.53%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD181F (or 0xAD181F) is known color: Venetian Red. HEX triplet: AD, 18 and 1F. RGB value is (173,24,31). Sum of RGB (Red+Green+Blue) = 173+24+31=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 31 (12.5% from 255 or 13.60% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD181F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD181F is #52E7E0. Grayscale: #454545. Windows color (decimal): -5433313 or 2037933. OLE color: 2037933.

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

Color convert

RGB 173 24 31 -
CMYK 0 0.86 0.82 0.32
HSL 357.18º 0.76% 0.39% -
HSV(B) 357.18º 0.86% 0.68% -
XYZ 17.81 9.64 2.22 -
YUV 69.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 173 24 31 0 0.86 0.82 0.32 357.18 0.76 0.39
Hex AD 18 1F 0 56 52 20 165 4C 27
Octal 255 30 37 0 126 122 40 545 114 47
Binary 10101101 11000 11111 0 1010110 1010010 100000 101100101 1001100 100111

Color Harmonies of #AD181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD181F

Black with #AD181F

Text Example


Text Example

White with #AD181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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