#A22733

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

Shades of Guardsman Red #A22733

Tints of Guardsman Red #A22733

Color information

#A22733 (or 0xA22733) is unknown color: approx Guardsman Red. HEX triplet: A2, 27 and 33. RGB value is (162,39,51). Sum of RGB (Red+Green+Blue) = 162+39+51=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 39 (15.62% from 255 or 15.48% from 252); Blue value is 51 (20.31% from 255 or 20.24% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A22733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22733 is #5DD8CC. Grayscale: #4D4D4D. Windows color (decimal): -6150349 or 3352482. OLE color: 3352482.

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

Color convert

RGB1623951-
CMYK00.760.690.36
HSL354.15º61.19%39.41%-
HSV(B)354.15º75.93%63.53%-
XYZ16.229.374.09-
YUV77.14113.25188.52-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.29%
GREEN value IS 39 (15.62% from 255) = 15.48%
BLUE value IS 51 (20.31% from 255) = 20.24%
R=64.29%
G=15.48%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162395100.760.690.36354.1561.1939.41
HexA2273304C45241623d27
Octal24247630114105445427547
Binary10100010100111110011010011001000101100100101100010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22733; }

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

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

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

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

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

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

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

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