Html Css Color HEX #AD181A Venetian Red

📋 copy color: '#AD181A'

red 173 ◦ green 24 ◦ blue 26

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

Shades of Venetian Red #AD181A

Tints of Venetian Red #AD181A

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 value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD181A (or 0xAD181A) is known color: 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

RGB 173 24 26 -
CMYK 0 0.86 0.85 0.32
HSL 359.19º 0.76% 0.39% -
HSV(B) 359.19º 0.86% 0.68% -
XYZ 17.75 9.61 1.9 -
YUV 68.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 173 24 26 0 0.86 0.85 0.32 359.19 0.76 0.39
Hex AD 18 1A 0 56 55 20 167 4C 27
Octal 255 30 32 0 126 125 40 547 114 47
Binary 10101101 11000 11010 0 1010110 1010101 100000 101100111 1001100 100111

Color Harmonies of #AD181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD181A

Black with #AD181A

Text Example


Text Example

White with #AD181A

Text Example


Text Example

HTML Codes & Css Web 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>