#AC151B

Color #AC151B Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #AC151B

Tints of Venetian Red #AC151B

Color information

#AC151B (or 0xAC151B) is unknown color: approx Venetian Red. HEX triplet: AC, 15 and 1B. RGB value is (172,21,27). Sum of RGB (Red+Green+Blue) = 172+21+27=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 21 (8.59% from 255 or 9.55% from 220); Blue value is 27 (10.94% from 255 or 12.27% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC151B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC151B is #53EAE4. Grayscale: #424242. Windows color (decimal): -5499621 or 1775020. OLE color: 1775020.

HSL color Cylindrical-coordinate representation of color #AC151B: hue angle of 357.62º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC151B is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB1722127-
CMYK00.880.840.33
HSL357.62º78.24%37.84%-
HSV(B)357.62º87.79%67.45%-
XYZ17.489.391.93-
YUV66.83105.53203.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 78.18%
GREEN value IS 21 (8.59% from 255) = 9.55%
BLUE value IS 27 (10.94% from 255) = 12.27%
R=78.18%
G=9.55%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172212700.880.840.33357.6278.2437.84
HexAC151B05854211664e26
Octal254253301301244154611646
Binary1010110010101110110101100010101001000011011001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC151B; }

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

 H1.HeaderClassName
 {
   color: #AC151B;
 }
 .AnyTagClassName
 {
   color: #AC151B;
 }
</style>
background-color css

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

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

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

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

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

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