#AA182C

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

Shades of Cardinal #AA182C

Tints of Cardinal #AA182C

Color information

#AA182C (or 0xAA182C) is unknown color: approx Cardinal. HEX triplet: AA, 18 and 2C. RGB value is (170,24,44). Sum of RGB (Red+Green+Blue) = 170+24+44=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 44 (17.58% from 255 or 18.49% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA182C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA182C is #55E7D3. Grayscale: #464646. Windows color (decimal): -5629908 or 2889898. OLE color: 2889898.

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

Color convert

RGB1702444-
CMYK00.860.740.33
HSL351.78º75.26%38.04%-
HSV(B)351.78º85.88%66.67%-
XYZ17.369.383.28-
YUV69.93113.37199.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 71.43%
GREEN value IS 24 (9.77% from 255) = 10.08%
BLUE value IS 44 (17.58% from 255) = 18.49%
R=71.43%
G=10.08%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170244400.860.740.33351.7875.2638.04
HexAA182C0564A211604b26
Octal252305401261124154011346
Binary10101010110001011000101011010010101000011011000001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA182C; }

 p { color: rgb(170,24,44); }

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

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

 a { background-color: rgb(170,24,44); }

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

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

 span { border-color: rgb(170,24,44); }

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