#A8293A

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

Shades of Guardsman Red #A8293A

Tints of Guardsman Red #A8293A

Color information

#A8293A (or 0xA8293A) is unknown color: approx Guardsman Red. HEX triplet: A8, 29 and 3A. RGB value is (168,41,58). Sum of RGB (Red+Green+Blue) = 168+41+58=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8293A is #57D6C5. Grayscale: #505050. Windows color (decimal): -5756614 or 3811752. OLE color: 3811752.

HSL color Cylindrical-coordinate representation of color #A8293A: hue angle of 351.97º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8293A is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1684158-
CMYK00.760.650.34
HSL351.97º60.77%40.98%-
HSV(B)351.97º75.6%65.88%-
XYZ17.7110.225.04-
YUV80.91115.08190.12-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 58 (23.05% from 255) = 21.72%
R=62.92%
G=15.36%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168415800.760.650.34351.9760.7740.98
HexA8293A04C41221603d29
Octal25051720114101425407551
Binary10101000101001111010010011001000001100010101100000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8293A; }

 p { color: rgb(168,41,58); }

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

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

 a { background-color: rgb(168,41,58); }

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

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

 span { border-color: rgb(168,41,58); }

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