#A7282D

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

Shades of Guardsman Red #A7282D

Tints of Guardsman Red #A7282D

Color information

#A7282D (or 0xA7282D) is unknown color: approx Guardsman Red. HEX triplet: A7, 28 and 2D. RGB value is (167,40,45). Sum of RGB (Red+Green+Blue) = 167+40+45=252 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.27% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 167 - color contains mainly: red. Hex color #A7282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7282D is #58D7D2. Grayscale: #4E4E4E. Windows color (decimal): -5822419 or 2959527. OLE color: 2959527.

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

Color convert

RGB1674045-
CMYK00.760.730.35
HSL357.64º61.35%40.59%-
HSV(B)357.64º76.05%65.49%-
XYZ17.179.923.49-
YUV78.54109.08191.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 66.27%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=66.27%
G=15.87%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167404500.760.730.35357.6461.3540.59
HexA7282D04C49231663d29
Octal24750550114111435467551
Binary10100111101000101101010011001001001100011101100110111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7282D; }

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

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

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

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

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

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

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

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