#A83136

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

Shades of Guardsman Red #A83136

Tints of Guardsman Red #A83136

Color information

#A83136 (or 0xA83136) is unknown color: approx Guardsman Red. HEX triplet: A8, 31 and 36. RGB value is (168,49,54). Sum of RGB (Red+Green+Blue) = 168+49+54=271 (35% of max value = 765). Red value is 168 (66.02% from 255 or 61.99% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 168 - color contains mainly: red. Hex color #A83136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83136 is #57CEC9. Grayscale: #555555. Windows color (decimal): -5754570 or 3551656. OLE color: 3551656.

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

Color convert

RGB1684954-
CMYK00.710.680.34
HSL357.48º54.84%42.55%-
HSV(B)357.48º70.83%65.88%-
XYZ17.9110.794.63-
YUV85.15110.42187.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.99%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 54 (21.48% from 255) = 19.93%
R=61.99%
G=18.08%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168495400.710.680.34357.4854.8442.55
HexA831360474422165372b
Octal25061660107104425456753
Binary10101000110001110110010001111000100100010101100101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83136; }

 p { color: rgb(168,49,54); }

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

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

 a { background-color: rgb(168,49,54); }

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

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

 span { border-color: rgb(168,49,54); }

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