#AA1732

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

Shades of Cardinal #AA1732

Tints of Cardinal #AA1732

Color information

#AA1732 (or 0xAA1732) is unknown color: approx Cardinal. HEX triplet: AA, 17 and 32. RGB value is (170,23,50). Sum of RGB (Red+Green+Blue) = 170+23+50=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1732 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AA1732 is #55E8CD. Grayscale: #464646. Windows color (decimal): -5630158 or 3282858. OLE color: 3282858.

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

Color convert

RGB1702350-
CMYK00.860.710.33
HSL348.98º76.17%37.84%-
HSV(B)348.98º86.47%66.67%-
XYZ17.469.393.91-
YUV70.03116.7199.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.96%
GREEN value IS 23 (9.38% from 255) = 9.47%
BLUE value IS 50 (19.92% from 255) = 20.58%
R=69.96%
G=9.47%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170235000.860.710.33348.9876.1737.84
HexAA1732056472115d4c26
Octal252276201261074153511446
Binary10101010101111100100101011010001111000011010111011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1732; }

 p { color: rgb(170,23,50); }

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

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

 a { background-color: rgb(170,23,50); }

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

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

 span { border-color: rgb(170,23,50); }

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