#A92E36

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

Shades of Guardsman Red #A92E36

Tints of Guardsman Red #A92E36

Color information

#A92E36 (or 0xA92E36) is unknown color: approx Guardsman Red. HEX triplet: A9, 2E and 36. RGB value is (169,46,54). Sum of RGB (Red+Green+Blue) = 169+46+54=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A92E36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92E36 is #56D1C9. Grayscale: #535353. Windows color (decimal): -5689802 or 3550889. OLE color: 3550889.

HSL color Cylindrical-coordinate representation of color #A92E36: hue angle of 356.1º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A92E36 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB1694654-
CMYK00.730.680.34
HSL356.1º57.21%42.16%-
HSV(B)356.1º72.78%66.27%-
XYZ18.0110.664.6-
YUV83.69111.25188.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 46 (18.36% from 255) = 17.10%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=62.83%
G=17.10%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169465400.730.680.34356.157.2142.16
HexA92E360494422164392a
Octal25156660111104425447152
Binary10101001101110110110010010011000100100010101100100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92E36; }

 p { color: rgb(169,46,54); }

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

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

 a { background-color: rgb(169,46,54); }

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

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

 span { border-color: rgb(169,46,54); }

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