#ad181f

Color #AD181F Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #AD181F

Tints of Venetian Red #AD181F

Color information

#AD181F (or 0xAD181F) is unknown color: approx 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

RGB1732431-
CMYK00.860.820.32
HSL357.18º75.63%38.63%-
HSV(B)357.18º86.13%67.84%-
XYZ17.819.642.22-
YUV69.35106.36201.93-

RGB Variations

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

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.60%
R=75.88%
G=10.53%
B=13.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173243100.860.820.32357.1875.6338.63
HexAD181F05652201654c27
Octal255303701261224054511447
Binary1010110111000111110101011010100101000001011001011001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad181f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>