Html Css Color HEX #AB1618 Venetian Red

📋 copy color: '#AB1618'

red 171 ◦ green 22 ◦ blue 24

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

Shades of Venetian Red #AB1618

Tints of Venetian Red #AB1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

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

R = 78.8%
G = 10.14%
B = 11.06%

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

#AB1618 (or 0xAB1618) is known color: Venetian Red. HEX triplet: AB, 16 and 18. RGB value is (171,22,24). Sum of RGB (Red+Green+Blue) = 171+22+24=217 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.80% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1618 is #54E9E7. Grayscale: #424242. Windows color (decimal): -5564904 or 1578667. OLE color: 1578667.

HSL color Cylindrical-coordinate representation of color #AB1618: hue angle of 359.19º degrees, saturation: 0.77, 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 #AB1618 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 22 24 -
CMYK 0 0.87 0.86 0.33
HSL 359.19º 0.77% 0.38% -
HSV(B) 359.19º 0.87% 0.67% -
XYZ 17.25 9.3 1.75 -
YUV 66.78 103.86 202.34 -
System Red Green Blue C M Y K H S L
Decimal 171 22 24 0 0.87 0.86 0.33 359.19 0.77 0.38
Hex AB 16 18 0 57 56 21 167 4D 26
Octal 253 26 30 0 127 126 41 547 115 46
Binary 10101011 10110 11000 0 1010111 1010110 100001 101100111 1001101 100110

Color Harmonies of #AB1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB1618

Black with #AB1618

Text Example


Text Example

White with #AB1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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