#A4272D

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

Shades of Guardsman Red #A4272D

Tints of Guardsman Red #A4272D

Color information

#A4272D (or 0xA4272D) is unknown color: approx Guardsman Red. HEX triplet: A4, 27 and 2D. RGB value is (164,39,45). Sum of RGB (Red+Green+Blue) = 164+39+45=248 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.13% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 164 - color contains mainly: red. Hex color #A4272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4272D is #5BD8D2. Grayscale: #4D4D4D. Windows color (decimal): -6019283 or 2959268. OLE color: 2959268.

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

Color convert

RGB1643945-
CMYK00.760.730.36
HSL357.12º61.58%39.8%-
HSV(B)357.12º76.22%64.31%-
XYZ16.519.533.45-
YUV77.06109.91190.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.13%
GREEN value IS 39 (15.62% from 255) = 15.73%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=66.13%
G=15.73%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164394500.760.730.36357.1261.5839.8
HexA4272D04C49241653e28
Octal24447550114111445457650
Binary10100100100111101101010011001001001100100101100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4272D; }

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

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

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

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

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

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

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

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