#A1333C

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

Shades of Guardsman Red #A1333C

Tints of Guardsman Red #A1333C

Color information

#A1333C (or 0xA1333C) is unknown color: approx Guardsman Red. HEX triplet: A1, 33 and 3C. RGB value is (161,51,60). Sum of RGB (Red+Green+Blue) = 161+51+60=272 (36% of max value = 765). Red value is 161 (63.28% from 255 or 59.19% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 161 - color contains mainly: red. Hex color #A1333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1333C is #5ECCC3. Grayscale: #545454. Windows color (decimal): -6212804 or 3945377. OLE color: 3945377.

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

Color convert

RGB1615160-
CMYK00.680.630.37
HSL355.09º51.89%41.57%-
HSV(B)355.09º68.32%63.14%-
XYZ16.710.275.38-
YUV84.92113.94182.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 59.19%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 60 (23.83% from 255) = 22.06%
R=59.19%
G=18.75%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161516000.680.630.37355.0951.8941.57
HexA1333C0443F25163342a
Octal2416374010477455436452
Binary1010000111001111110001000100111111100101101100011110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1333C; }

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

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

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

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

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

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

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

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