Html Css Color HEX #AD1013 Venetian Red

📋 copy color: '#AD1013'

red 173 ◦ green 16 ◦ blue 19

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

Shades of Venetian Red #AD1013

Tints of Venetian Red #AD1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

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

R = 83.17%
G = 7.69%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD1013 (or 0xAD1013) is known color: Venetian Red. HEX triplet: AD, 10 and 13. RGB value is (173,16,19). Sum of RGB (Red+Green+Blue) = 173+16+19=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1013 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1013 is #52EFEC. Grayscale: #3F3F3F. Windows color (decimal): -5435373 or 1249453. OLE color: 1249453.

HSL color Cylindrical-coordinate representation of color #AD1013: hue angle of 358.85º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD1013 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 16 19 -
CMYK 0 0.91 0.89 0.32
HSL 358.85º 0.83% 0.37% -
HSV(B) 358.85º 0.91% 0.68% -
XYZ 17.54 9.3 1.49 -
YUV 63.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 173 16 19 0 0.91 0.89 0.32 358.85 0.83 0.37
Hex AD 10 13 0 5B 59 20 167 53 25
Octal 255 20 23 0 133 131 40 547 123 45
Binary 10101101 10000 10011 0 1011011 1011001 100000 101100111 1010011 100101

Color Harmonies of #AD1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1013

Black with #AD1013

Text Example


Text Example

White with #AD1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1013; }

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

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

background-color css

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

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

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

border-color css

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

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

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