Html Css Color HEX #AC1115 Venetian Red

📋 copy color: '#AC1115'

red 172 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #AC1115

Tints of Venetian Red #AC1115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10%

R = 81.9%
G = 8.1%
B = 10%

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

#AC1115 (or 0xAC1115) is known color: Venetian Red. HEX triplet: AC, 11 and 15. RGB value is (172,17,21). Sum of RGB (Red+Green+Blue) = 172+17+21=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 17 (7.03% from 255 or 8.10% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1115 is #53EEEA. Grayscale: #3F3F3F. Windows color (decimal): -5500651 or 1380780. OLE color: 1380780.

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

Color convert

RGB 172 17 21 -
CMYK 0 0.90 0.88 0.33
HSL 358.45º 0.82% 0.37% -
HSV(B) 358.45º 0.9% 0.67% -
XYZ 17.35 9.23 1.58 -
YUV 63.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 172 17 21 0 0.90 0.88 0.33 358.45 0.82 0.37
Hex AC 11 15 0 5A 58 21 166 52 25
Octal 254 21 25 0 132 130 41 546 122 45
Binary 10101100 10001 10101 0 1011010 1011000 100001 101100110 1010010 100101

Color Harmonies of #AC1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1115

Black with #AC1115

Text Example


Text Example

White with #AC1115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1115; }

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

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

background-color css

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

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

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

border-color css

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

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

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