#A22327

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

Shades of Guardsman Red #A22327

Tints of Guardsman Red #A22327

Color information

#A22327 (or 0xA22327) is unknown color: approx Guardsman Red. HEX triplet: A2, 23 and 27. RGB value is (162,35,39). Sum of RGB (Red+Green+Blue) = 162+35+39=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A22327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22327 is #5DDCD8. Grayscale: #494949. Windows color (decimal): -6151385 or 2565026. OLE color: 2565026.

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

Color convert

RGB1623539-
CMYK00.780.760.36
HSL358.11º64.47%38.63%-
HSV(B)358.11º78.4%63.53%-
XYZ15.879.032.83-
YUV73.43108.58191.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 68.64%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=68.64%
G=14.83%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162353900.780.760.36358.1164.4738.63
HexA2232704E4C241664027
Octal242434701161144454610047
Binary101000101000111001110100111010011001001001011001101000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22327; }

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

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

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

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

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

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

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

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