Html Css Color HEX #AD121F Venetian Red

📋 copy color: '#AD121F'

red 173 ◦ green 18 ◦ blue 31

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

Shades of Venetian Red #AD121F

Tints of Venetian Red #AD121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 77.93%
G = 8.11%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD121F (or 0xAD121F) is known color: Venetian Red. HEX triplet: AD, 12 and 1F. RGB value is (173,18,31). Sum of RGB (Red+Green+Blue) = 173+18+31=222 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.93% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 173 - color contains mainly: red. Hex color #AD121F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD121F is #52EDE0. Grayscale: #414141. Windows color (decimal): -5434849 or 2036397. OLE color: 2036397.

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

Color convert

RGB 173 18 31 -
CMYK 0 0.90 0.82 0.32
HSL 354.97º 0.81% 0.37% -
HSV(B) 354.97º 0.9% 0.68% -
XYZ 17.7 9.42 2.18 -
YUV 65.83 108.35 204.44 -
System Red Green Blue C M Y K H S L
Decimal 173 18 31 0 0.90 0.82 0.32 354.97 0.81 0.37
Hex AD 12 1F 0 5A 52 20 163 51 25
Octal 255 22 37 0 132 122 40 543 121 45
Binary 10101101 10010 11111 0 1011010 1010010 100000 101100011 1010001 100101

Color Harmonies of #AD121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD121F

Black with #AD121F

Text Example


Text Example

White with #AD121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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