#A22628

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

Shades of Guardsman Red #A22628

Tints of Guardsman Red #A22628

Color information

#A22628 (or 0xA22628) is unknown color: approx Guardsman Red. HEX triplet: A2, 26 and 28. RGB value is (162,38,40). Sum of RGB (Red+Green+Blue) = 162+38+40=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A22628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22628 is #5DD9D7. Grayscale: #4B4B4B. Windows color (decimal): -6150616 or 2631330. OLE color: 2631330.

HSL color Cylindrical-coordinate representation of color #A22628: hue angle of 359.03º 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 #A22628 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1623840-
CMYK00.770.750.36
HSL359.03º62%39.22%-
HSV(B)359.03º76.54%63.53%-
XYZ15.989.222.95-
YUV75.3108.08189.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=67.5%
G=15.83%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162384000.770.750.36359.036239.22
HexA2262804D4B241673e27
Octal24246500115113445477647
Binary10100010100110101000010011011001011100100101100111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22628; }

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

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

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

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

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

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

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

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