Html Css Color HEX #AD121D Venetian Red

📋 copy color: '#AD121D'

red 173 ◦ green 18 ◦ blue 29

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

Shades of Venetian Red #AD121D

Tints of Venetian Red #AD121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.18%

R = 78.64%
G = 8.18%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD121D (or 0xAD121D) is known color: Venetian Red. HEX triplet: AD, 12 and 1D. RGB value is (173,18,29). Sum of RGB (Red+Green+Blue) = 173+18+29=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 29 (11.72% from 255 or 13.18% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD121D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD121D is #52EDE2. Grayscale: #414141. Windows color (decimal): -5434851 or 1905325. OLE color: 1905325.

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

Color convert

RGB 173 18 29 -
CMYK 0 0.90 0.83 0.32
HSL 355.74º 0.81% 0.37% -
HSV(B) 355.74º 0.9% 0.68% -
XYZ 17.67 9.41 2.05 -
YUV 65.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 173 18 29 0 0.90 0.83 0.32 355.74 0.81 0.37
Hex AD 12 1D 0 5A 53 20 164 51 25
Octal 255 22 35 0 132 123 40 544 121 45
Binary 10101101 10010 11101 0 1011010 1010011 100000 101100100 1010001 100101

Color Harmonies of #AD121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD121D

Black with #AD121D

Text Example


Text Example

White with #AD121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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