Html Css Color HEX #AD121E Venetian Red

📋 copy color: '#AD121E'

red 173 ◦ green 18 ◦ blue 30

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

Shades of Venetian Red #AD121E

Tints of Venetian Red #AD121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.57%

R = 78.28%
G = 8.14%
B = 13.57%

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

#AD121E (or 0xAD121E) is known color: Venetian Red. HEX triplet: AD, 12 and 1E. RGB value is (173,18,30). Sum of RGB (Red+Green+Blue) = 173+18+30=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 30 (12.11% from 255 or 13.57% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD121E is #52EDE1. Grayscale: #414141. Windows color (decimal): -5434850 or 1970861. OLE color: 1970861.

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

Color convert

RGB 173 18 30 -
CMYK 0 0.90 0.83 0.32
HSL 355.35º 0.81% 0.37% -
HSV(B) 355.35º 0.9% 0.68% -
XYZ 17.68 9.41 2.11 -
YUV 65.71 107.85 204.52 -
System Red Green Blue C M Y K H S L
Decimal 173 18 30 0 0.90 0.83 0.32 355.35 0.81 0.37
Hex AD 12 1E 0 5A 53 20 163 51 25
Octal 255 22 36 0 132 123 40 543 121 45
Binary 10101101 10010 11110 0 1011010 1010011 100000 101100011 1010001 100101

Color Harmonies of #AD121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD121E

Black with #AD121E

Text Example


Text Example

White with #AD121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD121E; }

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

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

background-color css

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

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

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

border-color css

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

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

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