#AA263D

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

Shades of Cardinal #AA263D

Tints of Cardinal #AA263D

Color information

#AA263D (or 0xAA263D) is unknown color: approx Cardinal. HEX triplet: AA, 26 and 3D. RGB value is (170,38,61). Sum of RGB (Red+Green+Blue) = 170+38+61=269 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.20% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 170 - color contains mainly: red. Hex color #AA263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA263D is #55D9C2. Grayscale: #505050. Windows color (decimal): -5626307 or 4007594. OLE color: 4007594.

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

Color convert

RGB1703861-
CMYK00.780.640.33
HSL349.55º63.46%40.78%-
HSV(B)349.55º77.65%66.67%-
XYZ18.1110.275.44-
YUV80.09117.23192.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.20%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=63.20%
G=14.13%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170386100.780.640.33349.5563.4640.78
HexAA263D04E402115e3f29
Octal25246750116100415367751
Binary10101010100110111101010011101000000100001101011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA263D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA263D; }

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

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

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

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

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

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

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

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