#A93639

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

Shades of Guardsman Red #A93639

Tints of Guardsman Red #A93639

Color information

#A93639 (or 0xA93639) is unknown color: approx Guardsman Red. HEX triplet: A9, 36 and 39. RGB value is (169,54,57). Sum of RGB (Red+Green+Blue) = 169+54+57=280 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.36% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 57 (22.66% from 255 or 20.36% from 280); Max value from RGB is 169 - color contains mainly: red. Hex color #A93639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93639 is #56C9C6. Grayscale: #585858. Windows color (decimal): -5687751 or 3749545. OLE color: 3749545.

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

Color convert

RGB1695457-
CMYK00.680.660.34
HSL358.43º51.57%43.73%-
HSV(B)358.43º68.05%66.27%-
XYZ18.4211.375.09-
YUV88.73110.1185.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.36%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 57 (22.66% from 255) = 20.36%
R=60.36%
G=19.29%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169545700.680.660.34358.4351.5743.73
HexA936390444222166342c
Octal25166710104102425466454
Binary10101001110110111001010001001000010100010101100110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93639; }

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

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

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

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

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

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

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

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