#A93339

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

Shades of Guardsman Red #A93339

Tints of Guardsman Red #A93339

Color information

#A93339 (or 0xA93339) is unknown color: approx Guardsman Red. HEX triplet: A9, 33 and 39. RGB value is (169,51,57). Sum of RGB (Red+Green+Blue) = 169+51+57=277 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.01% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 169 - color contains mainly: red. Hex color #A93339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93339 is #56CCC6. Grayscale: #575757. Windows color (decimal): -5688519 or 3748777. OLE color: 3748777.

HSL color Cylindrical-coordinate representation of color #A93339: hue angle of 356.95º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93339 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB1695157-
CMYK00.700.660.34
HSL356.95º53.64%43.14%-
HSV(B)356.95º69.82%66.27%-
XYZ18.2811.15.05-
YUV86.97111.09186.51-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.01%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=61.01%
G=18.41%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169515700.700.660.34356.9553.6443.14
HexA933390464222165362b
Octal25163710106102425456653
Binary10101001110011111001010001101000010100010101100101110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93339; }

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

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

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

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

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

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

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

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