#A8283A

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

Shades of Guardsman Red #A8283A

Tints of Guardsman Red #A8283A

Color information

#A8283A (or 0xA8283A) is unknown color: approx Guardsman Red. HEX triplet: A8, 28 and 3A. RGB value is (168,40,58). Sum of RGB (Red+Green+Blue) = 168+40+58=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8283A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8283A is #57D7C5. Grayscale: #505050. Windows color (decimal): -5756870 or 3811496. OLE color: 3811496.

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

Color convert

RGB1684058-
CMYK00.760.650.34
HSL351.56º61.54%40.78%-
HSV(B)351.56º76.19%65.88%-
XYZ17.6710.155.03-
YUV80.32115.41190.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.16%
GREEN value IS 40 (16.02% from 255) = 15.04%
BLUE value IS 58 (23.05% from 255) = 21.80%
R=63.16%
G=15.04%
B=21.80%

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
Decimal168405800.760.650.34351.5661.5440.78
HexA8283A04C41221603e29
Octal25050720114101425407651
Binary10101000101000111010010011001000001100010101100000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8283A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8283A; }

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

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

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

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

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

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

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

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