#A3363E

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

Shades of Guardsman Red #A3363E

Tints of Guardsman Red #A3363E

Color information

#A3363E (or 0xA3363E) is unknown color: approx Guardsman Red. HEX triplet: A3, 36 and 3E. RGB value is (163,54,62). Sum of RGB (Red+Green+Blue) = 163+54+62=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3363E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3363E is #5CC9C1. Grayscale: #575757. Windows color (decimal): -6080962 or 4077219. OLE color: 4077219.

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

Color convert

RGB1635462-
CMYK00.670.620.36
HSL355.6º50.23%42.55%-
HSV(B)355.6º66.87%63.92%-
XYZ17.2910.775.73-
YUV87.5113.61181.85-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.42%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 62 (24.61% from 255) = 22.22%
R=58.42%
G=19.35%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163546200.670.620.36355.650.2342.55
HexA3363E0433E24164322b
Octal2436676010376445446253
Binary1010001111011011111001000011111110100100101100100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3363E; }

 p { color: rgb(163,54,62); }

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

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

 a { background-color: rgb(163,54,62); }

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

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

 span { border-color: rgb(163,54,62); }

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