#A6282E

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

Shades of Guardsman Red #A6282E

Tints of Guardsman Red #A6282E

Color information

#A6282E (or 0xA6282E) is unknown color: approx Guardsman Red. HEX triplet: A6, 28 and 2E. RGB value is (166,40,46). Sum of RGB (Red+Green+Blue) = 166+40+46=252 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.87% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 166 - color contains mainly: red. Hex color #A6282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6282E is #59D7D1. Grayscale: #4E4E4E. Windows color (decimal): -5887954 or 3025062. OLE color: 3025062.

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

Color convert

RGB1664046-
CMYK00.760.720.35
HSL357.14º61.17%40.39%-
HSV(B)357.14º75.9%65.1%-
XYZ16.989.823.59-
YUV78.36109.74190.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.87%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=65.87%
G=15.87%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166404600.760.720.35357.1461.1740.39
HexA6282E04C48231653d28
Octal24650560114110435457550
Binary10100110101000101110010011001001000100011101100101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6282E; }

 p { color: rgb(166,40,46); }

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

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

 a { background-color: rgb(166,40,46); }

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

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

 span { border-color: rgb(166,40,46); }

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