#AC192C

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

Shades of Cardinal #AC192C

Tints of Cardinal #AC192C

Color information

#AC192C (or 0xAC192C) is unknown color: approx Cardinal. HEX triplet: AC, 19 and 2C. RGB value is (172,25,44). Sum of RGB (Red+Green+Blue) = 172+25+44=241 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.37% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 172 - color contains mainly: red. Hex color #AC192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC192C is #53E6D3. Grayscale: #474747. Windows color (decimal): -5498580 or 2890156. OLE color: 2890156.

HSL color Cylindrical-coordinate representation of color #AC192C: hue angle of 352.24º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC192C is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1722544-
CMYK00.850.740.33
HSL352.24º74.62%38.63%-
HSV(B)352.24º85.47%67.45%-
XYZ17.829.653.31-
YUV71.12112.7199.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 71.37%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 44 (17.58% from 255) = 18.26%
R=71.37%
G=10.37%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172254400.850.740.33352.2474.6238.63
HexAC192C0554A211604b27
Octal254315401251124154011347
Binary10101100110011011000101010110010101000011011000001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC192C; }

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

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

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

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

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

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

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

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