#a72027

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

Shades of Guardsman Red #A72027

Tints of Guardsman Red #A72027

Color information

#A72027 (or 0xA72027) is unknown color: approx Guardsman Red. HEX triplet: A7, 20 and 27. RGB value is (167,32,39). Sum of RGB (Red+Green+Blue) = 167+32+39=238 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.17% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 167 - color contains mainly: red. Hex color #A72027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72027 is #58DFD8. Grayscale: #494949. Windows color (decimal): -5824473 or 2564263. OLE color: 2564263.

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

Color convert

RGB1673239-
CMYK00.810.770.35
HSL356.89º67.84%39.02%-
HSV(B)356.89º80.84%65.49%-
XYZ16.829.392.85-
YUV73.16108.73194.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 70.17%
GREEN value IS 32 (12.89% from 255) = 13.45%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=70.17%
G=13.45%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167323900.810.770.35356.8967.8439.02
HexA720270514D231654427
Octal247404701211154354510447
Binary101001111000001001110101000110011011000111011001011000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a72027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a72027; }

 p { color: rgb(167,32,39); }

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

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

 a { background-color: rgb(167,32,39); }

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

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

 span { border-color: rgb(167,32,39); }

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