#A13340

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

Shades of Guardsman Red #A13340

Tints of Guardsman Red #A13340

Color information

#A13340 (or 0xA13340) is unknown color: approx Guardsman Red. HEX triplet: A1, 33 and 40. RGB value is (161,51,64). Sum of RGB (Red+Green+Blue) = 161+51+64=276 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.33% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 161 - color contains mainly: red. Hex color #A13340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13340 is #5ECCBF. Grayscale: #555555. Windows color (decimal): -6212800 or 4207521. OLE color: 4207521.

HSL color Cylindrical-coordinate representation of color #A13340: hue angle of 352.91º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13340 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB1615164-
CMYK00.680.600.37
HSL352.91º51.89%41.57%-
HSV(B)352.91º68.32%63.14%-
XYZ16.8110.315.96-
YUV85.37115.94181.94-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.33%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 64 (25.39% from 255) = 23.19%
R=58.33%
G=18.48%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161516400.680.600.37352.9151.8941.57
HexA133400443C25161342a
Octal24163100010474455416452
Binary10100001110011100000001000100111100100101101100001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13340; }

 p { color: rgb(161,51,64); }

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

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

 a { background-color: rgb(161,51,64); }

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

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

 span { border-color: rgb(161,51,64); }

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