#A7373A

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

Shades of Guardsman Red #A7373A

Tints of Guardsman Red #A7373A

Color information

#A7373A (or 0xA7373A) is unknown color: approx Guardsman Red. HEX triplet: A7, 37 and 3A. RGB value is (167,55,58). Sum of RGB (Red+Green+Blue) = 167+55+58=280 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.64% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 167 - color contains mainly: red. Hex color #A7373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7373A is #58C8C5. Grayscale: #585858. Windows color (decimal): -5818566 or 3815335. OLE color: 3815335.

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

Color convert

RGB1675558-
CMYK00.670.650.35
HSL358.39º50.45%43.53%-
HSV(B)358.39º67.07%65.49%-
XYZ18.0711.255.22-
YUV88.83110.61183.76-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.64%
GREEN value IS 55 (21.88% from 255) = 19.64%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=59.64%
G=19.64%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167555800.670.650.35358.3950.4543.53
HexA7373A0434123166322c
Octal24767720103101435466254
Binary10100111110111111010010000111000001100011101100110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7373A; }

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

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

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

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

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

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

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

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