#AA1D36

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

Shades of Cardinal #AA1D36

Tints of Cardinal #AA1D36

Color information

#AA1D36 (or 0xAA1D36) is unknown color: approx Cardinal. HEX triplet: AA, 1D and 36. RGB value is (170,29,54). Sum of RGB (Red+Green+Blue) = 170+29+54=253 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.19% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA1D36 is #55E2C9. Grayscale: #4A4A4A. Windows color (decimal): -5628618 or 3546538. OLE color: 3546538.

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

Color convert

RGB1702954-
CMYK00.830.680.33
HSL349.36º70.85%39.02%-
HSV(B)349.36º82.94%66.67%-
XYZ17.689.694.43-
YUV74.01116.71196.47-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 67.19%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 54 (21.48% from 255) = 21.34%
R=67.19%
G=11.46%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170295400.830.680.33349.3670.8539.02
HexAA1D36053442115d4727
Octal252356601231044153510747
Binary10101010111011101100101001110001001000011010111011000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1D36; }

 p { color: rgb(170,29,54); }

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

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

 a { background-color: rgb(170,29,54); }

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

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

 span { border-color: rgb(170,29,54); }

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