Html Css Color HEX #AC171E Venetian Red

📋 copy color: '#AC171E'

red 172 ◦ green 23 ◦ blue 30

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

Shades of Venetian Red #AC171E

Tints of Venetian Red #AC171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.33%

R = 76.44%
G = 10.22%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AC171E (or 0xAC171E) is known color: Venetian Red. HEX triplet: AC, 17 and 1E. RGB value is (172,23,30). Sum of RGB (Red+Green+Blue) = 172+23+30=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 30 (12.11% from 255 or 13.33% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC171E is #53E8E1. Grayscale: #444444. Windows color (decimal): -5499106 or 1972140. OLE color: 1972140.

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

Color convert

RGB 172 23 30 -
CMYK 0 0.87 0.83 0.33
HSL 357.18º 0.76% 0.38% -
HSV(B) 357.18º 0.87% 0.67% -
XYZ 17.55 9.48 2.13 -
YUV 68.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 172 23 30 0 0.87 0.83 0.33 357.18 0.76 0.38
Hex AC 17 1E 0 57 53 21 165 4C 26
Octal 254 27 36 0 127 123 41 545 114 46
Binary 10101100 10111 11110 0 1010111 1010011 100001 101100101 1001100 100110

Color Harmonies of #AC171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC171E

Black with #AC171E

Text Example


Text Example

White with #AC171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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