#AD181A

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

Shades of Venetian Red #AD181A

Tints of Venetian Red #AD181A

Color information

#AD181A (or 0xAD181A) is unknown color: approx Venetian Red. HEX triplet: AD, 18 and 1A. RGB value is (173,24,26). Sum of RGB (Red+Green+Blue) = 173+24+26=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 24 (9.77% from 255 or 10.76% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD181A is #52E7E5. Grayscale: #444444. Windows color (decimal): -5433318 or 1710253. OLE color: 1710253.

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

Color convert

RGB1732426-
CMYK00.860.850.32
HSL359.19º75.63%38.63%-
HSV(B)359.19º86.13%67.84%-
XYZ17.759.611.9-
YUV68.78103.86202.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 77.58%
GREEN value IS 24 (9.77% from 255) = 10.76%
BLUE value IS 26 (10.55% from 255) = 11.66%
R=77.58%
G=10.76%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173242600.860.850.32359.1975.6338.63
HexAD181A05655201674c27
Octal255303201261254054711447
Binary1010110111000110100101011010101011000001011001111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD181A; }

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

 H1.HeaderClassName
 {
   color: #AD181A;
 }
 .AnyTagClassName
 {
   color: #AD181A;
 }
</style>
background-color css

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

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

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

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

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

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