#A3393F

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

Shades of Guardsman Red #A3393F

Tints of Guardsman Red #A3393F

Color information

#A3393F (or 0xA3393F) is unknown color: approx Guardsman Red. HEX triplet: A3, 39 and 3F. RGB value is (163,57,63). Sum of RGB (Red+Green+Blue) = 163+57+63=283 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.60% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 163 - color contains mainly: red. Hex color #A3393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3393F is #5CC6C0. Grayscale: #595959. Windows color (decimal): -6080193 or 4143523. OLE color: 4143523.

HSL color Cylindrical-coordinate representation of color #A3393F: hue angle of 356.6º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3393F is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB1635763-
CMYK00.650.610.36
HSL356.6º48.18%43.14%-
HSV(B)356.6º65.03%63.92%-
XYZ17.4611.075.92-
YUV89.38113.12180.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.60%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 63 (25% from 255) = 22.26%
R=57.60%
G=20.14%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163576300.650.610.36356.648.1843.14
HexA3393F0413D24165302b
Octal2437177010175445456053
Binary1010001111100111111101000001111101100100101100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3393F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3393F; }

 p { color: rgb(163,57,63); }

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

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

 a { background-color: rgb(163,57,63); }

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

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

 span { border-color: rgb(163,57,63); }

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