#AC122E

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

Shades of Cardinal #AC122E

Tints of Cardinal #AC122E

Color information

#AC122E (or 0xAC122E) is unknown color: approx Cardinal. HEX triplet: AC, 12 and 2E. RGB value is (172,18,46). Sum of RGB (Red+Green+Blue) = 172+18+46=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 46 (18.36% from 255 or 19.49% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC122E is #53EDD1. Grayscale: #434343. Windows color (decimal): -5500370 or 3019436. OLE color: 3019436.

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

Color convert

RGB1721846-
CMYK00.900.730.33
HSL349.09º81.05%37.25%-
HSV(B)349.09º89.53%67.45%-
XYZ17.729.43.47-
YUV67.24116.02202.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 72.88%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 46 (18.36% from 255) = 19.49%
R=72.88%
G=7.63%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172184600.900.730.33349.0981.0537.25
HexAC122E05A492115d5125
Octal254225601321114153512145
Binary10101100100101011100101101010010011000011010111011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC122E; }

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

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

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

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

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

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

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

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