#A8373E

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

Shades of Guardsman Red #A8373E

Tints of Guardsman Red #A8373E

Color information

#A8373E (or 0xA8373E) is unknown color: approx Guardsman Red. HEX triplet: A8, 37 and 3E. RGB value is (168,55,62). Sum of RGB (Red+Green+Blue) = 168+55+62=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 62 (24.61% from 255 or 21.75% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8373E is #57C8C1. Grayscale: #595959. Windows color (decimal): -5753026 or 4077480. OLE color: 4077480.

HSL color Cylindrical-coordinate representation of color #A8373E: hue angle of 356.28º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8373E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1685562-
CMYK00.670.630.34
HSL356.28º50.67%43.73%-
HSV(B)356.28º67.26%65.88%-
XYZ18.3811.415.79-
YUV89.58112.44183.93-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.95%
GREEN value IS 55 (21.88% from 255) = 19.30%
BLUE value IS 62 (24.61% from 255) = 21.75%
R=58.95%
G=19.30%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168556200.670.630.34356.2850.6743.73
HexA8373E0433F22164332c
Octal2506776010377425446354
Binary1010100011011111111001000011111111100010101100100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8373E; }

 p { color: rgb(168,55,62); }

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

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

 a { background-color: rgb(168,55,62); }

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

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

 span { border-color: rgb(168,55,62); }

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