#A3363B

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

Shades of Guardsman Red #A3363B

Tints of Guardsman Red #A3363B

Color information

#A3363B (or 0xA3363B) is unknown color: approx Guardsman Red. HEX triplet: A3, 36 and 3B. RGB value is (163,54,59). Sum of RGB (Red+Green+Blue) = 163+54+59=276 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.06% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 163 - color contains mainly: red. Hex color #A3363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3363B is #5CC9C4. Grayscale: #575757. Windows color (decimal): -6080965 or 3880611. OLE color: 3880611.

HSL color Cylindrical-coordinate representation of color #A3363B: hue angle of 357.25º 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 #A3363B is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1635459-
CMYK00.670.640.36
HSL357.25º50.23%42.55%-
HSV(B)357.25º66.87%63.92%-
XYZ17.2110.745.3-
YUV87.16112.11182.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.06%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 59 (23.44% from 255) = 21.38%
R=59.06%
G=19.57%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163545900.670.640.36357.2550.2342.55
HexA3363B0434024165322b
Octal24366730103100445456253
Binary10100011110110111011010000111000000100100101100101110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3363B; }

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

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

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

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

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

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

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

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