Html Css Color HEX #AB171A Venetian Red

📋 copy color: '#AB171A'

red 171 ◦ green 23 ◦ blue 26

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

Shades of Venetian Red #AB171A

Tints of Venetian Red #AB171A

RGB

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

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

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

R = 77.73%
G = 10.45%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AB171A (or 0xAB171A) is known color: Venetian Red. HEX triplet: AB, 17 and 1A. RGB value is (171,23,26). Sum of RGB (Red+Green+Blue) = 171+23+26=220 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.73% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 171 - color contains mainly: red. Hex color #AB171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AB171A is #54E8E5. Grayscale: #434343. Windows color (decimal): -5564646 or 1709995. OLE color: 1709995.

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

Color convert

RGB 171 23 26 -
CMYK 0 0.87 0.85 0.33
HSL 358.78º 0.76% 0.38% -
HSV(B) 358.78º 0.87% 0.67% -
XYZ 17.29 9.35 1.87 -
YUV 67.59 104.53 201.76 -
System Red Green Blue C M Y K H S L
Decimal 171 23 26 0 0.87 0.85 0.33 358.78 0.76 0.38
Hex AB 17 1A 0 57 55 21 167 4C 26
Octal 253 27 32 0 127 125 41 547 114 46
Binary 10101011 10111 11010 0 1010111 1010101 100001 101100111 1001100 100110

Color Harmonies of #AB171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB171A

Black with #AB171A

Text Example


Text Example

White with #AB171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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