#A72636

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

Shades of Guardsman Red #A72636

Tints of Guardsman Red #A72636

Color information

#A72636 (or 0xA72636) is unknown color: approx Guardsman Red. HEX triplet: A7, 26 and 36. RGB value is (167,38,54). Sum of RGB (Red+Green+Blue) = 167+38+54=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 54 (21.48% from 255 or 20.85% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A72636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72636 is #58D9C9. Grayscale: #4E4E4E. Windows color (decimal): -5822922 or 3548839. OLE color: 3548839.

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

Color convert

RGB1673854-
CMYK00.770.680.35
HSL352.56º62.93%40.2%-
HSV(B)352.56º77.25%65.49%-
XYZ17.39.874.48-
YUV78.4114.24191.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 64.48%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 54 (21.48% from 255) = 20.85%
R=64.48%
G=14.67%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167385400.770.680.35352.5662.9340.2
HexA7263604D44231613f28
Octal24746660115104435417750
Binary10100111100110110110010011011000100100011101100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72636; }

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

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

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

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

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

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

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

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