Html Css Color HEX #AD101A Venetian Red

📋 copy color: '#AD101A'

red 173 ◦ green 16 ◦ blue 26

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

Shades of Venetian Red #AD101A

Tints of Venetian Red #AD101A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.09%

R = 80.47%
G = 7.44%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD101A (or 0xAD101A) is known color: Venetian Red. HEX triplet: AD, 10 and 1A. RGB value is (173,16,26). Sum of RGB (Red+Green+Blue) = 173+16+26=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD101A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD101A is #52EFE5. Grayscale: #404040. Windows color (decimal): -5435366 or 1708205. OLE color: 1708205.

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

Color convert

RGB 173 16 26 -
CMYK 0 0.91 0.85 0.32
HSL 356.18º 0.83% 0.37% -
HSV(B) 356.18º 0.91% 0.68% -
XYZ 17.61 9.33 1.85 -
YUV 64.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 173 16 26 0 0.91 0.85 0.32 356.18 0.83 0.37
Hex AD 10 1A 0 5B 55 20 164 53 25
Octal 255 20 32 0 133 125 40 544 123 45
Binary 10101101 10000 11010 0 1011011 1010101 100000 101100100 1010011 100101

Color Harmonies of #AD101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD101A

Black with #AD101A

Text Example


Text Example

White with #AD101A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD101A; }

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

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

background-color css

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

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

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

border-color css

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

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

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