#A2272B

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

Shades of Guardsman Red #A2272B

Tints of Guardsman Red #A2272B

Color information

#A2272B (or 0xA2272B) is unknown color: approx Guardsman Red. HEX triplet: A2, 27 and 2B. RGB value is (162,39,43). Sum of RGB (Red+Green+Blue) = 162+39+43=244 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.39% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 162 - color contains mainly: red. Hex color #A2272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2272B is #5DD8D4. Grayscale: #4C4C4C. Windows color (decimal): -6150357 or 2828194. OLE color: 2828194.

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

Color convert

RGB1623943-
CMYK00.760.730.36
HSL358.05º61.19%39.41%-
HSV(B)358.05º75.93%63.53%-
XYZ16.069.313.24-
YUV76.23109.25189.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.39%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 43 (17.19% from 255) = 17.62%
R=66.39%
G=15.98%
B=17.62%

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
Decimal162394300.760.730.36358.0561.1939.41
HexA2272B04C49241663d27
Octal24247530114111445467547
Binary10100010100111101011010011001001001100100101100110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2272B; }

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

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

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

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

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

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

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

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