#AA2135

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

Shades of Cardinal #AA2135

Tints of Cardinal #AA2135

Color information

#AA2135 (or 0xAA2135) is unknown color: approx Cardinal. HEX triplet: AA, 21 and 35. RGB value is (170,33,53). Sum of RGB (Red+Green+Blue) = 170+33+53=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2135 is #55DECA. Grayscale: #4C4C4C. Windows color (decimal): -5627595 or 3482026. OLE color: 3482026.

HSL color Cylindrical-coordinate representation of color #AA2135: hue angle of 351.24º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2135 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB1703353-
CMYK00.810.690.33
HSL351.24º67.49%39.8%-
HSV(B)351.24º80.59%66.67%-
XYZ17.769.894.34-
YUV76.24114.89194.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.41%
GREEN value IS 33 (13.28% from 255) = 12.89%
BLUE value IS 53 (21.09% from 255) = 20.70%
R=66.41%
G=12.89%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170335300.810.690.33351.2467.4939.8
HexAA2135051452115f4328
Octal252416501211054153710350
Binary101010101000011101010101000110001011000011010111111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2135; }

 p { color: rgb(170,33,53); }

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

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

 a { background-color: rgb(170,33,53); }

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

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

 span { border-color: rgb(170,33,53); }

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