#A73138

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

Shades of Guardsman Red #A73138

Tints of Guardsman Red #A73138

Color information

#A73138 (or 0xA73138) is unknown color: approx Guardsman Red. HEX triplet: A7, 31 and 38. RGB value is (167,49,56). Sum of RGB (Red+Green+Blue) = 167+49+56=272 (36% of max value = 765). Red value is 167 (65.62% from 255 or 61.40% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 167 - color contains mainly: red. Hex color #A73138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73138 is #58CEC7. Grayscale: #555555. Windows color (decimal): -5820104 or 3682727. OLE color: 3682727.

HSL color Cylindrical-coordinate representation of color #A73138: hue angle of 356.44º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A73138 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1674956-
CMYK00.710.660.35
HSL356.44º54.63%42.35%-
HSV(B)356.44º70.66%65.49%-
XYZ17.7510.74.87-
YUV85.08111.59186.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.40%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=61.40%
G=18.01%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167495600.710.660.35356.4454.6342.35
HexA731380474223164372a
Octal24761700107102435446752
Binary10100111110001111000010001111000010100011101100100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73138; }

 p { color: rgb(167,49,56); }

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

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

 a { background-color: rgb(167,49,56); }

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

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

 span { border-color: rgb(167,49,56); }

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