Html Css Color HEX #AD1214 Venetian Red

📋 copy color: '#AD1214'

red 173 ◦ green 18 ◦ blue 20

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

Shades of Venetian Red #AD1214

Tints of Venetian Red #AD1214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 81.99%
G = 8.53%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD1214 (or 0xAD1214) is known color: Venetian Red. HEX triplet: AD, 12 and 14. RGB value is (173,18,20). Sum of RGB (Red+Green+Blue) = 173+18+20=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1214 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1214 is #52EDEB. Grayscale: #404040. Windows color (decimal): -5434860 or 1315501. OLE color: 1315501.

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

Color convert

RGB 173 18 20 -
CMYK 0 0.90 0.88 0.32
HSL 359.23º 0.81% 0.37% -
HSV(B) 359.23º 0.9% 0.68% -
XYZ 17.58 9.37 1.54 -
YUV 64.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 173 18 20 0 0.90 0.88 0.32 359.23 0.81 0.37
Hex AD 12 14 0 5A 58 20 167 51 25
Octal 255 22 24 0 132 130 40 547 121 45
Binary 10101101 10010 10100 0 1011010 1011000 100000 101100111 1010001 100101

Color Harmonies of #AD1214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1214

Black with #AD1214

Text Example


Text Example

White with #AD1214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1214; }

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

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

background-color css

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

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

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

border-color css

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

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

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