#AA1C34

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

Shades of Cardinal #AA1C34

Tints of Cardinal #AA1C34

Color information

#AA1C34 (or 0xAA1C34) is unknown color: approx Cardinal. HEX triplet: AA, 1C and 34. RGB value is (170,28,52). Sum of RGB (Red+Green+Blue) = 170+28+52=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 28 (11.33% from 255 or 11.2% from 250); Blue value is 52 (20.70% from 255 or 20.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1C34 is #55E3CB. Grayscale: #494949. Windows color (decimal): -5628876 or 3415210. OLE color: 3415210.

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

Color convert

RGB1702852-
CMYK00.840.690.33
HSL349.86º71.72%38.82%-
HSV(B)349.86º83.53%66.67%-
XYZ17.619.624.18-
YUV73.19116.04197.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 68%
GREEN value IS 28 (11.33% from 255) = 11.2%
BLUE value IS 52 (20.70% from 255) = 20.8%
R=68%
G=11.2%
B=20.8%

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
Decimal170285200.840.690.33349.8671.7238.82
HexAA1C34054452115e4827
Octal252346401241054153611047
Binary10101010111001101000101010010001011000011010111101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C34; }

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

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

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

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

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

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

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

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