Html Css Color HEX #AC1720 Venetian Red

📋 copy color: '#AC1720'

red 172 ◦ green 23 ◦ blue 32

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

Shades of Venetian Red #AC1720

Tints of Venetian Red #AC1720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 75.77%
G = 10.13%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC1720 (or 0xAC1720) is known color: Venetian Red. HEX triplet: AC, 17 and 20. RGB value is (172,23,32). Sum of RGB (Red+Green+Blue) = 172+23+32=227 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.77% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1720 is #53E8DF. Grayscale: #444444. Windows color (decimal): -5499104 or 2103212. OLE color: 2103212.

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

Color convert

RGB 172 23 32 -
CMYK 0 0.87 0.81 0.33
HSL 356.38º 0.76% 0.38% -
HSV(B) 356.38º 0.87% 0.67% -
XYZ 17.58 9.49 2.27 -
YUV 68.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 172 23 32 0 0.87 0.81 0.33 356.38 0.76 0.38
Hex AC 17 20 0 57 51 21 164 4C 26
Octal 254 27 40 0 127 121 41 544 114 46
Binary 10101100 10111 100000 0 1010111 1010001 100001 101100100 1001100 100110

Color Harmonies of #AC1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1720

Black with #AC1720

Text Example


Text Example

White with #AC1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1720; }

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

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

background-color css

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

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

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

border-color css

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

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

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