#A22627

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

Shades of Guardsman Red #A22627

Tints of Guardsman Red #A22627

Color information

#A22627 (or 0xA22627) is unknown color: approx Guardsman Red. HEX triplet: A2, 26 and 27. RGB value is (162,38,39). Sum of RGB (Red+Green+Blue) = 162+38+39=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A22627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22627 is #5DD9D8. Grayscale: #4B4B4B. Windows color (decimal): -6150617 or 2565794. OLE color: 2565794.

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

Color convert

RGB1623839-
CMYK00.770.760.36
HSL359.52º62%39.22%-
HSV(B)359.52º76.54%63.53%-
XYZ15.969.212.86-
YUV75.19107.58189.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 38 (15.23% from 255) = 15.90%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=67.78%
G=15.90%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162383900.770.760.36359.526239.22
HexA2262704D4C241683e27
Octal24246470115114445507647
Binary10100010100110100111010011011001100100100101101000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22627; }

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

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

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

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

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

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

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

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