Html Css Color HEX #AB1516 Venetian Red

📋 copy color: '#AB1516'

red 171 ◦ green 21 ◦ blue 22

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

Shades of Venetian Red #AB1516

Tints of Venetian Red #AB1516

RGB

 RED value IS 171 (67.19% from 255) = 79.91%

 GREEN value IS 21 (8.59% from 255) = 9.81%

 BLUE value IS 22 (8.98% from 255) = 10.28%

R = 79.91%
G = 9.81%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB1516 (or 0xAB1516) is known color: Venetian Red. HEX triplet: AB, 15 and 16. RGB value is (171,21,22). Sum of RGB (Red+Green+Blue) = 171+21+22=214 (28% of max value = 765). Red value is 171 (67.19% from 255 or 79.91% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 22 (8.98% from 255 or 10.28% from 214); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1516 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1516 is #54EAE9. Grayscale: #424242. Windows color (decimal): -5565162 or 1447339. OLE color: 1447339.

HSL color Cylindrical-coordinate representation of color #AB1516: hue angle of 359.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1516 is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 21 22 -
CMYK 0 0.88 0.87 0.33
HSL 359.6º 0.78% 0.38% -
HSV(B) 359.6º 0.88% 0.67% -
XYZ 17.21 9.25 1.64 -
YUV 65.96 103.2 202.92 -
System Red Green Blue C M Y K H S L
Decimal 171 21 22 0 0.88 0.87 0.33 359.6 0.78 0.38
Hex AB 15 16 0 58 57 21 168 4E 26
Octal 253 25 26 0 130 127 41 550 116 46
Binary 10101011 10101 10110 0 1011000 1010111 100001 101101000 1001110 100110

Color Harmonies of #AB1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1516

Black with #AB1516

Text Example


Text Example

White with #AB1516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1516; }

 p { color: rgb(171,21,22); }

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

background-color css

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

 a { background-color: rgb(171,21,22); }

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

border-color css

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

 span { border-color: rgb(171,21,22); }

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