#A1333D

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

Shades of Guardsman Red #A1333D

Tints of Guardsman Red #A1333D

Color information

#A1333D (or 0xA1333D) is unknown color: approx Guardsman Red. HEX triplet: A1, 33 and 3D. RGB value is (161,51,61). Sum of RGB (Red+Green+Blue) = 161+51+61=273 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.97% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 61 (24.22% from 255 or 22.34% from 273); Max value from RGB is 161 - color contains mainly: red. Hex color #A1333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1333D is #5ECCC2. Grayscale: #555555. Windows color (decimal): -6212803 or 4010913. OLE color: 4010913.

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

Color convert

RGB1615161-
CMYK00.680.620.37
HSL354.55º51.89%41.57%-
HSV(B)354.55º68.32%63.14%-
XYZ16.7210.285.52-
YUV85.03114.44182.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.97%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 61 (24.22% from 255) = 22.34%
R=58.97%
G=18.68%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161516100.680.620.37354.5551.8941.57
HexA1333D0443E25163342a
Octal2416375010476455436452
Binary1010000111001111110101000100111110100101101100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1333D; }

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

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

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

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

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

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

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

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