#A32227

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

Shades of Guardsman Red #A32227

Tints of Guardsman Red #A32227

Color information

#A32227 (or 0xA32227) is unknown color: approx Guardsman Red. HEX triplet: A3, 22 and 27. RGB value is (163,34,39). Sum of RGB (Red+Green+Blue) = 163+34+39=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A32227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32227 is #5CDDD8. Grayscale: #494949. Windows color (decimal): -6086105 or 2564771. OLE color: 2564771.

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

Color convert

RGB1633439-
CMYK00.790.760.36
HSL357.67º65.48%38.63%-
HSV(B)357.67º79.14%63.92%-
XYZ16.049.082.83-
YUV73.14108.74192.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.07%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=69.07%
G=14.41%
B=16.53%

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
Decimal163343900.790.760.36357.6765.4838.63
HexA3222704F4C241664127
Octal243424701171144454610147
Binary101000111000101001110100111110011001001001011001101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32227; }

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

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

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

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

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

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

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

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