#AA263C

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

Shades of Cardinal #AA263C

Tints of Cardinal #AA263C

Color information

#AA263C (or 0xAA263C) is unknown color: approx Cardinal. HEX triplet: AA, 26 and 3C. RGB value is (170,38,60). Sum of RGB (Red+Green+Blue) = 170+38+60=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA263C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA263C is #55D9C3. Grayscale: #505050. Windows color (decimal): -5626308 or 3942058. OLE color: 3942058.

HSL color Cylindrical-coordinate representation of color #AA263C: hue angle of 350º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AA263C is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1703860-
CMYK00.780.650.33
HSL350º63.46%40.78%-
HSV(B)350º77.65%66.67%-
XYZ18.0910.265.3-
YUV79.98116.73192.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.43%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=63.43%
G=14.18%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170386000.780.650.3335063.4640.78
HexAA263C04E412115e3f29
Octal25246740116101415367751
Binary10101010100110111100010011101000001100001101011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA263C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA263C; }

 p { color: rgb(170,38,60); }

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

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

 a { background-color: rgb(170,38,60); }

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

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

 span { border-color: rgb(170,38,60); }

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