#AA183C

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

Shades of Cardinal #AA183C

Tints of Cardinal #AA183C

Color information

#AA183C (or 0xAA183C) is unknown color: approx Cardinal. HEX triplet: AA, 18 and 3C. RGB value is (170,24,60). Sum of RGB (Red+Green+Blue) = 170+24+60=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA183C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA183C is #55E7C3. Grayscale: #474747. Windows color (decimal): -5629892 or 3938474. OLE color: 3938474.

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

Color convert

RGB1702460-
CMYK00.860.650.33
HSL345.21º75.26%38.04%-
HSV(B)345.21º85.88%66.67%-
XYZ17.729.535.18-
YUV71.76121.37198.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 60 (23.83% from 255) = 23.62%
R=66.93%
G=9.45%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170246000.860.650.33345.2175.2638.04
HexAA183C05641211594b26
Octal252307401261014153111346
Binary10101010110001111000101011010000011000011010110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA183C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA183C; }

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

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

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

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

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

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

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

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