#A82627

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

Shades of Guardsman Red #A82627

Tints of Guardsman Red #A82627

Color information

#A82627 (or 0xA82627) is unknown color: approx Guardsman Red. HEX triplet: A8, 26 and 27. RGB value is (168,38,39). Sum of RGB (Red+Green+Blue) = 168+38+39=245 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.57% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 168 - color contains mainly: red. Hex color #A82627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82627 is #57D9D8. Grayscale: #4D4D4D. Windows color (decimal): -5757401 or 2565800. OLE color: 2565800.

HSL color Cylindrical-coordinate representation of color #A82627: hue angle of 359.54º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A82627 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1683839-
CMYK00.770.770.34
HSL359.54º63.11%40.39%-
HSV(B)359.54º77.38%65.88%-
XYZ17.219.862.92-
YUV76.98106.57192.92-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 68.57%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=68.57%
G=15.51%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168383900.770.770.34359.5463.1140.39
HexA8262704D4D221683f28
Octal25046470115115425507750
Binary10101000100110100111010011011001101100010101101000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82627; }

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

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

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

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

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

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

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

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