Html Css Color HEX #AC1114 Venetian Red

📋 copy color: '#AC1114'

red 172 ◦ green 17 ◦ blue 20

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

Shades of Venetian Red #AC1114

Tints of Venetian Red #AC1114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.13%

 BLUE value IS 20 (8.2% from 255) = 9.57%

R = 82.3%
G = 8.13%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC1114 (or 0xAC1114) is known color: Venetian Red. HEX triplet: AC, 11 and 14. RGB value is (172,17,20). Sum of RGB (Red+Green+Blue) = 172+17+20=209 (27% of max value = 765). Red value is 172 (67.58% from 255 or 82.30% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1114 is #53EEEB. Grayscale: #3F3F3F. Windows color (decimal): -5500652 or 1315244. OLE color: 1315244.

HSL color Cylindrical-coordinate representation of color #AC1114: hue angle of 358.84º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1114 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 20 -
CMYK 0 0.90 0.88 0.33
HSL 358.84º 0.82% 0.37% -
HSV(B) 358.84º 0.9% 0.67% -
XYZ 17.34 9.22 1.53 -
YUV 63.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 172 17 20 0 0.90 0.88 0.33 358.84 0.82 0.37
Hex AC 11 14 0 5A 58 21 167 52 25
Octal 254 21 24 0 132 130 41 547 122 45
Binary 10101100 10001 10100 0 1011010 1011000 100001 101100111 1010010 100101

Color Harmonies of #AC1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1114

Black with #AC1114

Text Example


Text Example

White with #AC1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1114; }

 p { color: rgb(172,17,20); }

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

background-color css

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

 a { background-color: rgb(172,17,20); }

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

border-color css

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

 span { border-color: rgb(172,17,20); }

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