#AC1419

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

Shades of Venetian Red #AC1419

Tints of Venetian Red #AC1419

Color information

#AC1419 (or 0xAC1419) is unknown color: approx Venetian Red. HEX triplet: AC, 14 and 19. RGB value is (172,20,25). Sum of RGB (Red+Green+Blue) = 172+20+25=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC1419 is #53EBE6. Grayscale: #424242. Windows color (decimal): -5499879 or 1643692. OLE color: 1643692.

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

Color convert

RGB1722025-
CMYK00.880.850.33
HSL358.03º79.17%37.65%-
HSV(B)358.03º88.37%67.45%-
XYZ17.449.341.8-
YUV66.02104.86203.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 79.26%
GREEN value IS 20 (8.20% from 255) = 9.22%
BLUE value IS 25 (10.16% from 255) = 11.52%
R=79.26%
G=9.22%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172202500.880.850.33358.0379.1737.65
HexAC141905855211664f26
Octal254243101301254154611746
Binary1010110010100110010101100010101011000011011001101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1419; }

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

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

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

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

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

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

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

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