#A7282E

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

Shades of Guardsman Red #A7282E

Tints of Guardsman Red #A7282E

Color information

#A7282E (or 0xA7282E) is unknown color: approx Guardsman Red. HEX triplet: A7, 28 and 2E. RGB value is (167,40,46). Sum of RGB (Red+Green+Blue) = 167+40+46=253 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.01% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 167 - color contains mainly: red. Hex color #A7282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7282E is #58D7D1. Grayscale: #4E4E4E. Windows color (decimal): -5822418 or 3025063. OLE color: 3025063.

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

Color convert

RGB1674046-
CMYK00.760.720.35
HSL357.17º61.35%40.59%-
HSV(B)357.17º76.05%65.49%-
XYZ17.199.933.6-
YUV78.66109.58191.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.01%
GREEN value IS 40 (16.02% from 255) = 15.81%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=66.01%
G=15.81%
B=18.18%

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
Decimal167404600.760.720.35357.1761.3540.59
HexA7282E04C48231653d29
Octal24750560114110435457551
Binary10100111101000101110010011001001000100011101100101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7282E; }

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

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

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

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

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

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

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

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