#A73A3E

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

Shades of Guardsman Red #A73A3E

Tints of Guardsman Red #A73A3E

Color information

#A73A3E (or 0xA73A3E) is unknown color: approx Guardsman Red. HEX triplet: A7, 3A and 3E. RGB value is (167,58,62). Sum of RGB (Red+Green+Blue) = 167+58+62=287 (38% of max value = 765). Red value is 167 (65.62% from 255 or 58.19% from 287); Green value is 58 (23.05% from 255 or 20.21% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 167 - color contains mainly: red. Hex color #A73A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73A3E is #58C5C1. Grayscale: #5B5B5B. Windows color (decimal): -5817794 or 4078247. OLE color: 4078247.

HSL color Cylindrical-coordinate representation of color #A73A3E: hue angle of 357.8º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A73A3E is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB1675862-
CMYK00.650.630.35
HSL357.8º48.44%44.12%-
HSV(B)357.8º65.27%65.49%-
XYZ18.3211.595.83-
YUV91.05111.61182.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 58.19%
GREEN value IS 58 (23.05% from 255) = 20.21%
BLUE value IS 62 (24.61% from 255) = 21.60%
R=58.19%
G=20.21%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167586200.650.630.35357.848.4444.12
HexA73A3E0413F23166302c
Octal2477276010177435466054
Binary1010011111101011111001000001111111100011101100110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73A3E; }

 p { color: rgb(167,58,62); }

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

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

 a { background-color: rgb(167,58,62); }

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

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

 span { border-color: rgb(167,58,62); }

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