#A2272E

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

Shades of Guardsman Red #A2272E

Tints of Guardsman Red #A2272E

Color information

#A2272E (or 0xA2272E) is unknown color: approx Guardsman Red. HEX triplet: A2, 27 and 2E. RGB value is (162,39,46). Sum of RGB (Red+Green+Blue) = 162+39+46=247 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.59% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 162 - color contains mainly: red. Hex color #A2272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2272E is #5DD8D1. Grayscale: #4C4C4C. Windows color (decimal): -6150354 or 3024802. OLE color: 3024802.

HSL color Cylindrical-coordinate representation of color #A2272E: hue angle of 356.59º 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 #A2272E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB1623946-
CMYK00.760.720.36
HSL356.59º61.19%39.41%-
HSV(B)356.59º75.93%63.53%-
XYZ16.129.333.54-
YUV76.57110.75188.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.59%
GREEN value IS 39 (15.62% from 255) = 15.79%
BLUE value IS 46 (18.36% from 255) = 18.62%
R=65.59%
G=15.79%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162394600.760.720.36356.5961.1939.41
HexA2272E04C48241653d27
Octal24247560114110445457547
Binary10100010100111101110010011001001000100100101100101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2272E; }

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

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

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

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

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

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

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

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