#A92D3C

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

Shades of Guardsman Red #A92D3C

Tints of Guardsman Red #A92D3C

Color information

#A92D3C (or 0xA92D3C) is unknown color: approx Guardsman Red. HEX triplet: A9, 2D and 3C. RGB value is (169,45,60). Sum of RGB (Red+Green+Blue) = 169+45+60=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 60 (23.83% from 255 or 21.90% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D3C is #56D2C3. Grayscale: #535353. Windows color (decimal): -5690052 or 3943849. OLE color: 3943849.

HSL color Cylindrical-coordinate representation of color #A92D3C: hue angle of 352.74º degrees, saturation: 0.58, 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 #A92D3C is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1694560-
CMYK00.730.640.34
HSL352.74º57.94%41.96%-
HSV(B)352.74º73.37%66.27%-
XYZ18.1210.645.37-
YUV83.79114.58188.78-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 60 (23.83% from 255) = 21.90%
R=61.68%
G=16.42%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169456000.730.640.34352.7457.9441.96
HexA92D3C04940221613a2a
Octal25155740111100425417252
Binary10101001101101111100010010011000000100010101100001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92D3C; }

 p { color: rgb(169,45,60); }

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

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

 a { background-color: rgb(169,45,60); }

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

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

 span { border-color: rgb(169,45,60); }

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