#A13440

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

Shades of Guardsman Red #A13440

Tints of Guardsman Red #A13440

Color information

#A13440 (or 0xA13440) is unknown color: approx Guardsman Red. HEX triplet: A1, 34 and 40. RGB value is (161,52,64). Sum of RGB (Red+Green+Blue) = 161+52+64=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A13440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13440 is #5ECBBF. Grayscale: #565656. Windows color (decimal): -6212544 or 4207777. OLE color: 4207777.

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

Color convert

RGB1615264-
CMYK00.680.600.37
HSL353.39º51.17%41.76%-
HSV(B)353.39º67.7%63.14%-
XYZ16.8510.45.97-
YUV85.96115.61181.52-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 52 (20.70% from 255) = 18.77%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=58.12%
G=18.77%
B=23.10%

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
Decimal161526400.680.600.37353.3951.1741.76
HexA134400443C25161332a
Octal24164100010474455416352
Binary10100001110100100000001000100111100100101101100001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13440; }

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

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

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

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

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

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

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

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