#a9253b

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

Shades of Guardsman Red #A9253B

Tints of Guardsman Red #A9253B

Color information

#A9253B (or 0xA9253B) is unknown color: approx Guardsman Red. HEX triplet: A9, 25 and 3B. RGB value is (169,37,59). Sum of RGB (Red+Green+Blue) = 169+37+59=265 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.77% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 169 - color contains mainly: red. Hex color #A9253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9253B is #56DAC4. Grayscale: #4F4F4F. Windows color (decimal): -5692101 or 3876265. OLE color: 3876265.

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

Color convert

RGB1693759-
CMYK00.780.650.34
HSL350º64.08%40.39%-
HSV(B)350º78.11%66.27%-
XYZ17.8110.075.14-
YUV78.98116.73192.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 63.77%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 59 (23.44% from 255) = 22.26%
R=63.77%
G=13.96%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169375900.780.650.3435064.0840.39
HexA9253B04E412215e4028
Octal251457301161014253610050
Binary101010011001011110110100111010000011000101010111101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9253b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9253b; }

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

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

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

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

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

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

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

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