Html Css Color HEX #AD101B Venetian Red

📋 copy color: '#AD101B'

red 173 ◦ green 16 ◦ blue 27

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

Shades of Venetian Red #AD101B

Tints of Venetian Red #AD101B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.5%

R = 80.09%
G = 7.41%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD101B (or 0xAD101B) is known color: Venetian Red. HEX triplet: AD, 10 and 1B. RGB value is (173,16,27). Sum of RGB (Red+Green+Blue) = 173+16+27=216 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.09% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 173 - color contains mainly: red. Hex color #AD101B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AD101B is #52EFE4. Grayscale: #404040. Windows color (decimal): -5435365 or 1773741. OLE color: 1773741.

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

Color convert

RGB 173 16 27 -
CMYK 0 0.91 0.84 0.32
HSL 355.8º 0.83% 0.37% -
HSV(B) 355.8º 0.91% 0.68% -
XYZ 17.62 9.33 1.91 -
YUV 64.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 173 16 27 0 0.91 0.84 0.32 355.8 0.83 0.37
Hex AD 10 1B 0 5B 54 20 164 53 25
Octal 255 20 33 0 133 124 40 544 123 45
Binary 10101101 10000 11011 0 1011011 1010100 100000 101100100 1010011 100101

Color Harmonies of #AD101B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD101B

Black with #AD101B

Text Example


Text Example

White with #AD101B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD101B; }

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

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

background-color css

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

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

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

border-color css

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

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

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