#A2252F

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

Shades of Guardsman Red #A2252F

Tints of Guardsman Red #A2252F

Color information

#A2252F (or 0xA2252F) is unknown color: approx Guardsman Red. HEX triplet: A2, 25 and 2F. RGB value is (162,37,47). Sum of RGB (Red+Green+Blue) = 162+37+47=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A2252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2252F is #5DDAD0. Grayscale: #4B4B4B. Windows color (decimal): -6150865 or 3089826. OLE color: 3089826.

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

Color convert

RGB1623747-
CMYK00.770.710.36
HSL355.2º62.81%39.02%-
HSV(B)355.2º77.16%63.53%-
XYZ16.079.213.62-
YUV75.52111.91189.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.85%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=65.85%
G=15.04%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162374700.770.710.36355.262.8139.02
HexA2252F04D47241633f27
Octal24245570115107445437747
Binary10100010100101101111010011011000111100100101100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2252F; }

 p { color: rgb(162,37,47); }

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

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

 a { background-color: rgb(162,37,47); }

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

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

 span { border-color: rgb(162,37,47); }

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