Html Css Color HEX #AB1718 Venetian Red

📋 copy color: '#AB1718'

red 171 ◦ green 23 ◦ blue 24

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

Shades of Venetian Red #AB1718

Tints of Venetian Red #AB1718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.55%

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 78.44%
G = 10.55%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AB1718 (or 0xAB1718) is known color: Venetian Red. HEX triplet: AB, 17 and 18. RGB value is (171,23,24). Sum of RGB (Red+Green+Blue) = 171+23+24=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1718 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1718 is #54E8E7. Grayscale: #434343. Windows color (decimal): -5564648 or 1578923. OLE color: 1578923.

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

Color convert

RGB 171 23 24 -
CMYK 0 0.87 0.86 0.33
HSL 359.59º 0.76% 0.38% -
HSV(B) 359.59º 0.87% 0.67% -
XYZ 17.27 9.34 1.76 -
YUV 67.37 103.53 201.92 -
System Red Green Blue C M Y K H S L
Decimal 171 23 24 0 0.87 0.86 0.33 359.59 0.76 0.38
Hex AB 17 18 0 57 56 21 168 4C 26
Octal 253 27 30 0 127 126 41 550 114 46
Binary 10101011 10111 11000 0 1010111 1010110 100001 101101000 1001100 100110

Color Harmonies of #AB1718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1718

Black with #AB1718

Text Example


Text Example

White with #AB1718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1718; }

 p { color: rgb(171,23,24); }

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

background-color css

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

 a { background-color: rgb(171,23,24); }

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

border-color css

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

 span { border-color: rgb(171,23,24); }

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