#A6272D

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

Shades of Guardsman Red #A6272D

Tints of Guardsman Red #A6272D

Color information

#A6272D (or 0xA6272D) is unknown color: approx Guardsman Red. HEX triplet: A6, 27 and 2D. RGB value is (166,39,45). Sum of RGB (Red+Green+Blue) = 166+39+45=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 45 (17.97% from 255 or 18% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6272D is #59D8D2. Grayscale: #4D4D4D. Windows color (decimal): -5888211 or 2959270. OLE color: 2959270.

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

Color convert

RGB1663945-
CMYK00.770.730.35
HSL357.17º61.95%40.2%-
HSV(B)357.17º76.51%65.1%-
XYZ16.939.753.47-
YUV77.66109.58191.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 39 (15.62% from 255) = 15.6%
BLUE value IS 45 (17.97% from 255) = 18%
R=66.4%
G=15.6%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166394500.770.730.35357.1761.9540.2
HexA6272D04D49231653e28
Octal24647550115111435457650
Binary10100110100111101101010011011001001100011101100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6272D; }

 p { color: rgb(166,39,45); }

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

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

 a { background-color: rgb(166,39,45); }

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

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

 span { border-color: rgb(166,39,45); }

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