#A13341

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

Shades of Guardsman Red #A13341

Tints of Guardsman Red #A13341

Color information

#A13341 (or 0xA13341) is unknown color: approx Guardsman Red. HEX triplet: A1, 33 and 41. RGB value is (161,51,65). Sum of RGB (Red+Green+Blue) = 161+51+65=277 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.12% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 161 - color contains mainly: red. Hex color #A13341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13341 is #5ECCBE. Grayscale: #555555. Windows color (decimal): -6212799 or 4273057. OLE color: 4273057.

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

Color convert

RGB1615165-
CMYK00.680.600.37
HSL352.36º51.89%41.57%-
HSV(B)352.36º68.32%63.14%-
XYZ16.8410.336.11-
YUV85.49116.44181.86-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.12%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 65 (25.78% from 255) = 23.47%
R=58.12%
G=18.41%
B=23.47%

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
Decimal161516500.680.600.37352.3651.8941.57
HexA133410443C25160342a
Octal24163101010474455406452
Binary10100001110011100000101000100111100100101101100000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13341; }

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

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

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

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

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

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

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

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