#A72628

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

Shades of Guardsman Red #A72628

Tints of Guardsman Red #A72628

Color information

#A72628 (or 0xA72628) is unknown color: approx Guardsman Red. HEX triplet: A7, 26 and 28. RGB value is (167,38,40). Sum of RGB (Red+Green+Blue) = 167+38+40=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A72628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72628 is #58D9D7. Grayscale: #4C4C4C. Windows color (decimal): -5822936 or 2631335. OLE color: 2631335.

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

Color convert

RGB1673840-
CMYK00.770.760.35
HSL359.07º62.93%40.2%-
HSV(B)359.07º77.25%65.49%-
XYZ17.019.752.99-
YUV76.8107.24192.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 68.16%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=68.16%
G=15.51%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167384000.770.760.35359.0762.9340.2
HexA7262804D4C231673f28
Octal24746500115114435477750
Binary10100111100110101000010011011001100100011101100111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72628; }

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

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

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

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

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

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

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

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