#A9252A

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

Shades of Guardsman Red #A9252A

Tints of Guardsman Red #A9252A

Color information

#A9252A (or 0xA9252A) is unknown color: approx Guardsman Red. HEX triplet: A9, 25 and 2A. RGB value is (169,37,42). Sum of RGB (Red+Green+Blue) = 169+37+42=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9252A is #56DAD5. Grayscale: #4D4D4D. Windows color (decimal): -5692118 or 2762153. OLE color: 2762153.

HSL color Cylindrical-coordinate representation of color #A9252A: hue angle of 357.73º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A9252A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB1693742-
CMYK00.780.750.34
HSL357.73º64.08%40.39%-
HSV(B)357.73º78.11%66.27%-
XYZ17.449.933.19-
YUV77.04108.23193.59-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 68.15%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 42 (16.80% from 255) = 16.94%
R=68.15%
G=14.92%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169374200.780.750.34357.7364.0840.39
HexA9252A04E4B221664028
Octal251455201161134254610050
Binary101010011001011010100100111010010111000101011001101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9252A; }

 p { color: rgb(169,37,42); }

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

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

 a { background-color: rgb(169,37,42); }

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

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

 span { border-color: rgb(169,37,42); }

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