#A1333E

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

Shades of Guardsman Red #A1333E

Tints of Guardsman Red #A1333E

Color information

#A1333E (or 0xA1333E) is unknown color: approx Guardsman Red. HEX triplet: A1, 33 and 3E. RGB value is (161,51,62). Sum of RGB (Red+Green+Blue) = 161+51+62=274 (36% of max value = 765). Red value is 161 (63.28% from 255 or 58.76% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 161 - color contains mainly: red. Hex color #A1333E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1333E is #5ECCC1. Grayscale: #555555. Windows color (decimal): -6212802 or 4076449. OLE color: 4076449.

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

Color convert

RGB1615162-
CMYK00.680.610.37
HSL354º51.89%41.57%-
HSV(B)354º68.32%63.14%-
XYZ16.7510.295.66-
YUV85.14114.94182.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 58.76%
GREEN value IS 51 (20.31% from 255) = 18.61%
BLUE value IS 62 (24.61% from 255) = 22.63%
R=58.76%
G=18.61%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161516200.680.610.3735451.8941.57
HexA1333E0443D25162342a
Octal2416376010475455426452
Binary1010000111001111111001000100111101100101101100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1333E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1333E; }

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

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

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

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

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

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

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

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