#A22227

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

Shades of Guardsman Red #A22227

Tints of Guardsman Red #A22227

Color information

#A22227 (or 0xA22227) is unknown color: approx Guardsman Red. HEX triplet: A2, 22 and 27. RGB value is (162,34,39). Sum of RGB (Red+Green+Blue) = 162+34+39=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 39 (15.62% from 255 or 16.60% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A22227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22227 is #5DDDD8. Grayscale: #484848. Windows color (decimal): -6151641 or 2564770. OLE color: 2564770.

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

Color convert

RGB1623439-
CMYK00.790.760.36
HSL357.66º65.31%38.43%-
HSV(B)357.66º79.01%63.53%-
XYZ15.848.972.82-
YUV72.84108.91191.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.94%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 39 (15.62% from 255) = 16.60%
R=68.94%
G=14.47%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162343900.790.760.36357.6665.3138.43
HexA2222704F4C241664126
Octal242424701171144454610146
Binary101000101000101001110100111110011001001001011001101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22227; }

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

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

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

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

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

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

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

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