Html Css Color HEX #AC171D Venetian Red

📋 copy color: '#AC171D'

red 172 ◦ green 23 ◦ blue 29

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

Shades of Venetian Red #AC171D

Tints of Venetian Red #AC171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.95%

R = 76.79%
G = 10.27%
B = 12.95%

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

#AC171D (or 0xAC171D) is known color: Venetian Red. HEX triplet: AC, 17 and 1D. RGB value is (172,23,29). Sum of RGB (Red+Green+Blue) = 172+23+29=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC171D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC171D is #53E8E2. Grayscale: #444444. Windows color (decimal): -5499107 or 1906604. OLE color: 1906604.

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

Color convert

RGB 172 23 29 -
CMYK 0 0.87 0.83 0.33
HSL 357.58º 0.76% 0.38% -
HSV(B) 357.58º 0.87% 0.67% -
XYZ 17.54 9.47 2.07 -
YUV 68.24 105.86 202.01 -
System Red Green Blue C M Y K H S L
Decimal 172 23 29 0 0.87 0.83 0.33 357.58 0.76 0.38
Hex AC 17 1D 0 57 53 21 166 4C 26
Octal 254 27 35 0 127 123 41 546 114 46
Binary 10101100 10111 11101 0 1010111 1010011 100001 101100110 1001100 100110

Color Harmonies of #AC171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC171D

Black with #AC171D

Text Example


Text Example

White with #AC171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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