#AA1C35

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

Shades of Cardinal #AA1C35

Tints of Cardinal #AA1C35

Color information

#AA1C35 (or 0xAA1C35) is unknown color: approx Cardinal. HEX triplet: AA, 1C and 35. RGB value is (170,28,53). Sum of RGB (Red+Green+Blue) = 170+28+53=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 28 (11.33% from 255 or 11.16% from 251); Blue value is 53 (21.09% from 255 or 21.12% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C35 is #55E3CA. Grayscale: #494949. Windows color (decimal): -5628875 or 3480746. OLE color: 3480746.

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

Color convert

RGB1702853-
CMYK00.840.690.33
HSL349.44º71.72%38.82%-
HSV(B)349.44º83.53%66.67%-
XYZ17.649.634.3-
YUV73.31116.54196.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.73%
GREEN value IS 28 (11.33% from 255) = 11.16%
BLUE value IS 53 (21.09% from 255) = 21.12%
R=67.73%
G=11.16%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170285300.840.690.33349.4471.7238.82
HexAA1C35054452115d4827
Octal252346501241054153511047
Binary10101010111001101010101010010001011000011010111011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C35; }

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

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

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

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

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

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

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

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