#A5242F

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

Shades of Guardsman Red #A5242F

Tints of Guardsman Red #A5242F

Color information

#A5242F (or 0xA5242F) is unknown color: approx Guardsman Red. HEX triplet: A5, 24 and 2F. RGB value is (165,36,47). Sum of RGB (Red+Green+Blue) = 165+36+47=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A5242F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5242F is #5ADBD0. Grayscale: #4B4B4B. Windows color (decimal): -5954513 or 3089573. OLE color: 3089573.

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

Color convert

RGB1653647-
CMYK00.780.720.35
HSL354.88º64.18%39.41%-
HSV(B)354.88º78.18%64.71%-
XYZ16.669.473.64-
YUV75.82111.74191.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66.53%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=66.53%
G=14.52%
B=18.95%

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
Decimal165364700.780.720.35354.8864.1839.41
HexA5242F04E48231634027
Octal245445701161104354310047
Binary101001011001001011110100111010010001000111011000111000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5242F; }

 p { color: rgb(165,36,47); }

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

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

 a { background-color: rgb(165,36,47); }

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

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

 span { border-color: rgb(165,36,47); }

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