#A0252A

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

Shades of Guardsman Red #A0252A

Tints of Guardsman Red #A0252A

Color information

#A0252A (or 0xA0252A) is unknown color: approx Guardsman Red. HEX triplet: A0, 25 and 2A. RGB value is (160,37,42). Sum of RGB (Red+Green+Blue) = 160+37+42=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0252A is #5FDAD5. Grayscale: #4A4A4A. Windows color (decimal): -6281942 or 2762144. OLE color: 2762144.

HSL color Cylindrical-coordinate representation of color #A0252A: hue angle of 357.56º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0252A is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1603742-
CMYK00.770.740.37
HSL357.56º62.44%38.63%-
HSV(B)357.56º76.88%62.75%-
XYZ15.588.963.1-
YUV74.35109.75189.09-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 37 (14.84% from 255) = 15.48%
BLUE value IS 42 (16.80% from 255) = 17.57%
R=66.95%
G=15.48%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160374200.770.740.37357.5662.4438.63
HexA0252A04D4A251663e27
Octal24045520115112455467647
Binary10100000100101101010010011011001010100101101100110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0252A; }

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

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

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

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

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

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

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

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