#AC192E

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

Shades of Cardinal #AC192E

Tints of Cardinal #AC192E

Color information

#AC192E (or 0xAC192E) is unknown color: approx Cardinal. HEX triplet: AC, 19 and 2E. RGB value is (172,25,46). Sum of RGB (Red+Green+Blue) = 172+25+46=243 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.78% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 172 - color contains mainly: red. Hex color #AC192E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC192E is #53E6D1. Grayscale: #474747. Windows color (decimal): -5498578 or 3021228. OLE color: 3021228.

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

Color convert

RGB1722546-
CMYK00.850.730.33
HSL351.43º74.62%38.63%-
HSV(B)351.43º85.47%67.45%-
XYZ17.859.663.51-
YUV71.35113.7199.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 70.78%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=70.78%
G=10.29%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172254600.850.730.33351.4374.6238.63
HexAC192E055492115f4b27
Octal254315601251114153711347
Binary10101100110011011100101010110010011000011010111111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC192E; }

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

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

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

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

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

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

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

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