#AA2430

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

Shades of Guardsman Red #AA2430

Tints of Guardsman Red #AA2430

Color information

#AA2430 (or 0xAA2430) is unknown color: approx Guardsman Red. HEX triplet: AA, 24 and 30. RGB value is (170,36,48). Sum of RGB (Red+Green+Blue) = 170+36+48=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 36 (14.45% from 255 or 14.17% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2430 is #55DBCF. Grayscale: #4D4D4D. Windows color (decimal): -5626832 or 3155114. OLE color: 3155114.

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

Color convert

RGB1703648-
CMYK00.790.720.33
HSL354.63º65.05%40.39%-
HSV(B)354.63º78.82%66.67%-
XYZ17.7410.023.8-
YUV77.43111.39194.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 66.93%
GREEN value IS 36 (14.45% from 255) = 14.17%
BLUE value IS 48 (19.14% from 255) = 18.90%
R=66.93%
G=14.17%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170364800.790.720.33354.6365.0540.39
HexAA243004F48211634128
Octal252446001171104154310150
Binary101010101001001100000100111110010001000011011000111000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2430; }

 p { color: rgb(170,36,48); }

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

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

 a { background-color: rgb(170,36,48); }

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

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

 span { border-color: rgb(170,36,48); }

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