#A92A3A

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

Shades of Guardsman Red #A92A3A

Tints of Guardsman Red #A92A3A

Color information

#A92A3A (or 0xA92A3A) is unknown color: approx Guardsman Red. HEX triplet: A9, 2A and 3A. RGB value is (169,42,58). Sum of RGB (Red+Green+Blue) = 169+42+58=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 42 (16.80% from 255 or 15.61% from 269); Blue value is 58 (23.05% from 255 or 21.56% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A3A is #56D5C5. Grayscale: #515151. Windows color (decimal): -5690822 or 3812009. OLE color: 3812009.

HSL color Cylindrical-coordinate representation of color #A92A3A: hue angle of 352.44º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A92A3A is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB1694258-
CMYK00.750.660.34
HSL352.44º60.19%41.37%-
HSV(B)352.44º75.15%66.27%-
XYZ17.9510.45.06-
YUV81.8114.58190.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.83%
GREEN value IS 42 (16.80% from 255) = 15.61%
BLUE value IS 58 (23.05% from 255) = 21.56%
R=62.83%
G=15.61%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169425800.750.660.34352.4460.1941.37
HexA92A3A04B42221603c29
Octal25152720113102425407451
Binary10101001101010111010010010111000010100010101100000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92A3A; }

 p { color: rgb(169,42,58); }

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

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

 a { background-color: rgb(169,42,58); }

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

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

 span { border-color: rgb(169,42,58); }

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