#A83639

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

Shades of Guardsman Red #A83639

Tints of Guardsman Red #A83639

Color information

#A83639 (or 0xA83639) is unknown color: approx Guardsman Red. HEX triplet: A8, 36 and 39. RGB value is (168,54,57). Sum of RGB (Red+Green+Blue) = 168+54+57=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A83639 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A83639 is #57C9C6. Grayscale: #585858. Windows color (decimal): -5753287 or 3749544. OLE color: 3749544.

HSL color Cylindrical-coordinate representation of color #A83639: hue angle of 358.42º degrees, saturation: 0.51, 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 #A83639 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.34.

Color convert

RGB1685457-
CMYK00.680.660.34
HSL358.42º51.35%43.53%-
HSV(B)358.42º67.86%65.88%-
XYZ18.2111.265.08-
YUV88.43110.27184.76-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.22%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 57 (22.66% from 255) = 20.43%
R=60.22%
G=19.35%
B=20.43%

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
Decimal168545700.680.660.34358.4251.3543.53
HexA836390444222166332c
Octal25066710104102425466354
Binary10101000110110111001010001001000010100010101100110110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A83639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A83639; }

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

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

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

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

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

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

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

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