#A02627

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

Shades of Guardsman Red #A02627

Tints of Guardsman Red #A02627

Color information

#A02627 (or 0xA02627) is unknown color: approx Guardsman Red. HEX triplet: A0, 26 and 27. RGB value is (160,38,39). Sum of RGB (Red+Green+Blue) = 160+38+39=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 38 (15.23% from 255 or 16.03% from 237); Blue value is 39 (15.62% from 255 or 16.46% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A02627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02627 is #5FD9D8. Grayscale: #4A4A4A. Windows color (decimal): -6281689 or 2565792. OLE color: 2565792.

HSL color Cylindrical-coordinate representation of color #A02627: hue angle of 359.51º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02627 is Cyan = 0, Magento = 0.76, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB1603839-
CMYK00.760.760.37
HSL359.51º61.62%38.82%-
HSV(B)359.51º76.25%62.75%-
XYZ15.569.012.84-
YUV74.59107.92188.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.51%
GREEN value IS 38 (15.23% from 255) = 16.03%
BLUE value IS 39 (15.62% from 255) = 16.46%
R=67.51%
G=16.03%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160383900.760.760.37359.5161.6238.82
HexA0262704C4C251683e27
Octal24046470114114455507647
Binary10100000100110100111010011001001100100101101101000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02627; }

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

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

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

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

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

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

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

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