#A8293B

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

Shades of Guardsman Red #A8293B

Tints of Guardsman Red #A8293B

Color information

#A8293B (or 0xA8293B) is unknown color: approx Guardsman Red. HEX triplet: A8, 29 and 3B. RGB value is (168,41,59). Sum of RGB (Red+Green+Blue) = 168+41+59=268 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.69% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 59 (23.44% from 255 or 22.01% from 268); Max value from RGB is 168 - color contains mainly: red. Hex color #A8293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8293B is #57D6C4. Grayscale: #515151. Windows color (decimal): -5756613 or 3877288. OLE color: 3877288.

HSL color Cylindrical-coordinate representation of color #A8293B: hue angle of 351.5º 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 #A8293B is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1684159-
CMYK00.760.650.34
HSL351.5º60.77%40.98%-
HSV(B)351.5º75.6%65.88%-
XYZ17.7310.235.18-
YUV81.03115.58190.04-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.69%
GREEN value IS 41 (16.41% from 255) = 15.30%
BLUE value IS 59 (23.44% from 255) = 22.01%
R=62.69%
G=15.30%
B=22.01%

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
Decimal168415900.760.650.34351.560.7740.98
HexA8293B04C412215f3d29
Octal25051730114101425377551
Binary10101000101001111011010011001000001100010101011111111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8293B; }

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

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

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

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

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

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

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

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