Html Css Color HEX #AD121A Venetian Red

📋 copy color: '#AD121A'

red 173 ◦ green 18 ◦ blue 26

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

Shades of Venetian Red #AD121A

Tints of Venetian Red #AD121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

 BLUE value IS 26 (10.55% from 255) = 11.98%

R = 79.72%
G = 8.29%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD121A (or 0xAD121A) is known color: Venetian Red. HEX triplet: AD, 12 and 1A. RGB value is (173,18,26). Sum of RGB (Red+Green+Blue) = 173+18+26=217 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.72% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 173 - color contains mainly: red. Hex color #AD121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD121A is #52EDE5. Grayscale: #414141. Windows color (decimal): -5434854 or 1708717. OLE color: 1708717.

HSL color Cylindrical-coordinate representation of color #AD121A: hue angle of 356.9º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD121A is Cyan = 0, Magento = 0.90, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 18 26 -
CMYK 0 0.90 0.85 0.32
HSL 356.9º 0.81% 0.37% -
HSV(B) 356.9º 0.9% 0.68% -
XYZ 17.64 9.39 1.86 -
YUV 65.26 105.85 204.85 -
System Red Green Blue C M Y K H S L
Decimal 173 18 26 0 0.90 0.85 0.32 356.9 0.81 0.37
Hex AD 12 1A 0 5A 55 20 165 51 25
Octal 255 22 32 0 132 125 40 545 121 45
Binary 10101101 10010 11010 0 1011010 1010101 100000 101100101 1010001 100101

Color Harmonies of #AD121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD121A

Black with #AD121A

Text Example


Text Example

White with #AD121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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