#A2272C

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

Shades of Guardsman Red #A2272C

Tints of Guardsman Red #A2272C

Color information

#A2272C (or 0xA2272C) is unknown color: approx Guardsman Red. HEX triplet: A2, 27 and 2C. RGB value is (162,39,44). Sum of RGB (Red+Green+Blue) = 162+39+44=245 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.12% from 245); Green value is 39 (15.62% from 255 or 15.92% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 162 - color contains mainly: red. Hex color #A2272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2272C is #5DD8D3. Grayscale: #4C4C4C. Windows color (decimal): -6150356 or 2893730. OLE color: 2893730.

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

Color convert

RGB1623944-
CMYK00.760.730.36
HSL357.56º61.19%39.41%-
HSV(B)357.56º75.93%63.53%-
XYZ16.089.313.33-
YUV76.35109.75189.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.12%
GREEN value IS 39 (15.62% from 255) = 15.92%
BLUE value IS 44 (17.58% from 255) = 17.96%
R=66.12%
G=15.92%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162394400.760.730.36357.5661.1939.41
HexA2272C04C49241663d27
Octal24247540114111445467547
Binary10100010100111101100010011001001001100100101100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2272C; }

 p { color: rgb(162,39,44); }

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

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

 a { background-color: rgb(162,39,44); }

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

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

 span { border-color: rgb(162,39,44); }

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