#A5252E

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

Shades of Guardsman Red #A5252E

Tints of Guardsman Red #A5252E

Color information

#A5252E (or 0xA5252E) is unknown color: approx Guardsman Red. HEX triplet: A5, 25 and 2E. RGB value is (165,37,46). Sum of RGB (Red+Green+Blue) = 165+37+46=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 37 (14.84% from 255 or 14.92% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A5252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5252E is #5ADAD1. Grayscale: #4C4C4C. Windows color (decimal): -5954258 or 3024293. OLE color: 3024293.

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

Color convert

RGB1653746-
CMYK00.780.720.35
HSL355.78º63.37%39.61%-
HSV(B)355.78º77.58%64.71%-
XYZ16.679.523.54-
YUV76.3110.91191.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.53%
GREEN value IS 37 (14.84% from 255) = 14.92%
BLUE value IS 46 (18.36% from 255) = 18.55%
R=66.53%
G=14.92%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165374600.780.720.35355.7863.3739.61
HexA5252E04E48231643f28
Octal24545560116110435447750
Binary10100101100101101110010011101001000100011101100100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5252E; }

 p { color: rgb(165,37,46); }

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

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

 a { background-color: rgb(165,37,46); }

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

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

 span { border-color: rgb(165,37,46); }

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