#A23137

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

Shades of Guardsman Red #A23137

Tints of Guardsman Red #A23137

Color information

#A23137 (or 0xA23137) is unknown color: approx Guardsman Red. HEX triplet: A2, 31 and 37. RGB value is (162,49,55). Sum of RGB (Red+Green+Blue) = 162+49+55=266 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.90% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 55 (21.88% from 255 or 20.68% from 266); Max value from RGB is 162 - color contains mainly: red. Hex color #A23137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A23137 is #5DCEC8. Grayscale: #535353. Windows color (decimal): -6147785 or 3617186. OLE color: 3617186.

HSL color Cylindrical-coordinate representation of color #A23137: hue angle of 356.81º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23137 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB1624955-
CMYK00.700.660.36
HSL356.81º53.55%41.37%-
HSV(B)356.81º69.75%63.53%-
XYZ16.6910.154.69-
YUV83.47111.94184.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60.90%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 55 (21.88% from 255) = 20.68%
R=60.90%
G=18.42%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162495500.700.660.36356.8153.5541.37
HexA2313704642241653629
Octal24261670106102445456651
Binary10100010110001110111010001101000010100100101100101110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23137; }

 p { color: rgb(162,49,55); }

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

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

 a { background-color: rgb(162,49,55); }

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

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

 span { border-color: rgb(162,49,55); }

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