#A83539

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

Shades of Guardsman Red #A83539

Tints of Guardsman Red #A83539

Color information

#A83539 (or 0xA83539) is unknown color: approx Guardsman Red. HEX triplet: A8, 35 and 39. RGB value is (168,53,57). Sum of RGB (Red+Green+Blue) = 168+53+57=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A83539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83539 is #57CAC6. Grayscale: #575757. Windows color (decimal): -5753543 or 3749288. OLE color: 3749288.

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

Color convert

RGB1685357-
CMYK00.680.660.34
HSL357.91º52.04%43.33%-
HSV(B)357.91º68.45%65.88%-
XYZ18.1611.175.07-
YUV87.84110.6185.17-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.43%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=60.43%
G=19.06%
B=20.50%

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
Decimal168535700.680.660.34357.9152.0443.33
HexA835390444222166342b
Octal25065710104102425466453
Binary10101000110101111001010001001000010100010101100110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83539; }

 p { color: rgb(168,53,57); }

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

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

 a { background-color: rgb(168,53,57); }

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

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

 span { border-color: rgb(168,53,57); }

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