#AA263B

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

Shades of Guardsman Red #AA263B

Tints of Guardsman Red #AA263B

Color information

#AA263B (or 0xAA263B) is unknown color: approx Guardsman Red. HEX triplet: AA, 26 and 3B. RGB value is (170,38,59). Sum of RGB (Red+Green+Blue) = 170+38+59=267 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.67% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 59 (23.44% from 255 or 22.10% from 267); Max value from RGB is 170 - color contains mainly: red. Hex color #AA263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA263B is #55D9C4. Grayscale: #4F4F4F. Windows color (decimal): -5626309 or 3876522. OLE color: 3876522.

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

Color convert

RGB1703859-
CMYK00.780.650.33
HSL350.45º63.46%40.78%-
HSV(B)350.45º77.65%66.67%-
XYZ18.0610.255.16-
YUV79.86116.23192.29-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 63.67%
GREEN value IS 38 (15.23% from 255) = 14.23%
BLUE value IS 59 (23.44% from 255) = 22.10%
R=63.67%
G=14.23%
B=22.10%

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
Decimal170385900.780.650.33350.4563.4640.78
HexAA263B04E412115e3f29
Octal25246730116101415367751
Binary10101010100110111011010011101000001100001101011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA263B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA263B; }

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

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

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

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

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

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

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

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