#A72627

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

Shades of Guardsman Red #A72627

Tints of Guardsman Red #A72627

Color information

#A72627 (or 0xA72627) is unknown color: approx Guardsman Red. HEX triplet: A7, 26 and 27. RGB value is (167,38,39). Sum of RGB (Red+Green+Blue) = 167+38+39=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 38 (15.23% from 255 or 15.57% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A72627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72627 is #58D9D8. Grayscale: #4C4C4C. Windows color (decimal): -5822937 or 2565799. OLE color: 2565799.

HSL color Cylindrical-coordinate representation of color #A72627: hue angle of 359.53º degrees, saturation: 0.63, 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 #A72627 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB1673839-
CMYK00.770.770.35
HSL359.53º62.93%40.2%-
HSV(B)359.53º77.25%65.49%-
XYZ179.752.91-
YUV76.68106.74192.42-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.44%
GREEN value IS 38 (15.23% from 255) = 15.57%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=68.44%
G=15.57%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167383900.770.770.35359.5362.9340.2
HexA7262704D4D231683f28
Octal24746470115115435507750
Binary10100111100110100111010011011001101100011101101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72627; }

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

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

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

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

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

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

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

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