Html Css Color HEX #AC171A Venetian Red

📋 copy color: '#AC171A'

red 172 ◦ green 23 ◦ blue 26

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

Shades of Venetian Red #AC171A

Tints of Venetian Red #AC171A

RGB

 RED value IS 172 (67.58% from 255) = 77.83%

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

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

R = 77.83%
G = 10.41%
B = 11.76%

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

#AC171A (or 0xAC171A) is known color: Venetian Red. HEX triplet: AC, 17 and 1A. RGB value is (172,23,26). Sum of RGB (Red+Green+Blue) = 172+23+26=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC171A is #53E8E5. Grayscale: #444444. Windows color (decimal): -5499110 or 1709996. OLE color: 1709996.

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

Color convert

RGB 172 23 26 -
CMYK 0 0.87 0.85 0.33
HSL 358.79º 0.76% 0.38% -
HSV(B) 358.79º 0.87% 0.67% -
XYZ 17.51 9.46 1.88 -
YUV 67.89 104.36 202.26 -
System Red Green Blue C M Y K H S L
Decimal 172 23 26 0 0.87 0.85 0.33 358.79 0.76 0.38
Hex AC 17 1A 0 57 55 21 167 4C 26
Octal 254 27 32 0 127 125 41 547 114 46
Binary 10101100 10111 11010 0 1010111 1010101 100001 101100111 1001100 100110

Color Harmonies of #AC171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC171A

Black with #AC171A

Text Example


Text Example

White with #AC171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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