Html Css Color HEX #AC171C Venetian Red

📋 copy color: '#AC171C'

red 172 ◦ green 23 ◦ blue 28

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

Shades of Venetian Red #AC171C

Tints of Venetian Red #AC171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 77.13%
G = 10.31%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC171C (or 0xAC171C) is known color: Venetian Red. HEX triplet: AC, 17 and 1C. RGB value is (172,23,28). Sum of RGB (Red+Green+Blue) = 172+23+28=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC171C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC171C is #53E8E3. Grayscale: #444444. Windows color (decimal): -5499108 or 1841068. OLE color: 1841068.

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

Color convert

RGB 172 23 28 -
CMYK 0 0.87 0.84 0.33
HSL 357.99º 0.76% 0.38% -
HSV(B) 357.99º 0.87% 0.67% -
XYZ 17.53 9.47 2 -
YUV 68.12 105.36 202.09 -
System Red Green Blue C M Y K H S L
Decimal 172 23 28 0 0.87 0.84 0.33 357.99 0.76 0.38
Hex AC 17 1C 0 57 54 21 166 4C 26
Octal 254 27 34 0 127 124 41 546 114 46
Binary 10101100 10111 11100 0 1010111 1010100 100001 101100110 1001100 100110

Color Harmonies of #AC171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC171C

Black with #AC171C

Text Example


Text Example

White with #AC171C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC171C; }

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

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

background-color css

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

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

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

border-color css

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

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

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