#A5252D

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

Shades of Guardsman Red #A5252D

Tints of Guardsman Red #A5252D

Color information

#A5252D (or 0xA5252D) is unknown color: approx Guardsman Red. HEX triplet: A5, 25 and 2D. RGB value is (165,37,45). Sum of RGB (Red+Green+Blue) = 165+37+45=247 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.80% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 165 - color contains mainly: red. Hex color #A5252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5252D is #5ADAD2. Grayscale: #4C4C4C. Windows color (decimal): -5954259 or 2958757. OLE color: 2958757.

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

Color convert

RGB1653745-
CMYK00.780.730.35
HSL356.25º63.37%39.61%-
HSV(B)356.25º77.58%64.71%-
XYZ16.659.513.44-
YUV76.18110.41191.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.80%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 45 (17.97% from 255) = 18.22%
R=66.80%
G=14.98%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165374500.780.730.35356.2563.3739.61
HexA5252D04E49231643f28
Octal24545550116111435447750
Binary10100101100101101101010011101001001100011101100100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5252D; }

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

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

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

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

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

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

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

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