#A8282A

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

Shades of Guardsman Red #A8282A

Tints of Guardsman Red #A8282A

Color information

#A8282A (or 0xA8282A) is unknown color: approx Guardsman Red. HEX triplet: A8, 28 and 2A. RGB value is (168,40,42). Sum of RGB (Red+Green+Blue) = 168+40+42=250 (33% of max value = 765). Red value is 168 (66.02% from 255 or 67.2% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 168 - color contains mainly: red. Hex color #A8282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8282A is #57D7D5. Grayscale: #4E4E4E. Windows color (decimal): -5756886 or 2762920. OLE color: 2762920.

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

Color convert

RGB1684042-
CMYK00.760.750.34
HSL359.06º61.54%40.78%-
HSV(B)359.06º76.19%65.88%-
XYZ17.3310.013.21-
YUV78.5107.41191.84-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 67.2%
GREEN value IS 40 (16.02% from 255) = 16%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=67.2%
G=16%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168404200.760.750.34359.0661.5440.78
HexA8282A04C4B221673e29
Octal25050520114113425477651
Binary10101000101000101010010011001001011100010101100111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8282A; }

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

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

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

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

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

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

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

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