Html Css Color HEX #AD1213 Venetian Red

📋 copy color: '#AD1213'

red 173 ◦ green 18 ◦ blue 19

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

Shades of Venetian Red #AD1213

Tints of Venetian Red #AD1213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 82.38%
G = 8.57%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD1213 (or 0xAD1213) is known color: Venetian Red. HEX triplet: AD, 12 and 13. RGB value is (173,18,19). Sum of RGB (Red+Green+Blue) = 173+18+19=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1213 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1213 is #52EDEC. Grayscale: #404040. Windows color (decimal): -5434861 or 1249965. OLE color: 1249965.

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

Color convert

RGB 173 18 19 -
CMYK 0 0.90 0.89 0.32
HSL 359.61º 0.81% 0.37% -
HSV(B) 359.61º 0.9% 0.68% -
XYZ 17.57 9.36 1.5 -
YUV 64.46 102.35 205.42 -
System Red Green Blue C M Y K H S L
Decimal 173 18 19 0 0.90 0.89 0.32 359.61 0.81 0.37
Hex AD 12 13 0 5A 59 20 168 51 25
Octal 255 22 23 0 132 131 40 550 121 45
Binary 10101101 10010 10011 0 1011010 1011001 100000 101101000 1010001 100101

Color Harmonies of #AD1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1213

Black with #AD1213

Text Example


Text Example

White with #AD1213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1213; }

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

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

background-color css

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

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

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

border-color css

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

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

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