#A92935

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

Shades of Guardsman Red #A92935

Tints of Guardsman Red #A92935

Color information

#A92935 (or 0xA92935) is unknown color: approx Guardsman Red. HEX triplet: A9, 29 and 35. RGB value is (169,41,53). Sum of RGB (Red+Green+Blue) = 169+41+53=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A92935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92935 is #56D6CA. Grayscale: #505050. Windows color (decimal): -5691083 or 3484073. OLE color: 3484073.

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

Color convert

RGB1694153-
CMYK00.760.690.34
HSL354.38º60.95%41.18%-
HSV(B)354.38º75.74%66.27%-
XYZ17.810.284.41-
YUV80.64112.41191.02-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 64.26%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 53 (21.09% from 255) = 20.15%
R=64.26%
G=15.59%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169415300.760.690.34354.3860.9541.18
HexA9293504C45221623d29
Octal25151650114105425427551
Binary10101001101001110101010011001000101100010101100010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92935; }

 p { color: rgb(169,41,53); }

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

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

 a { background-color: rgb(169,41,53); }

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

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

 span { border-color: rgb(169,41,53); }

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