#A22829

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

Shades of Guardsman Red #A22829

Tints of Guardsman Red #A22829

Color information

#A22829 (or 0xA22829) is unknown color: approx Guardsman Red. HEX triplet: A2, 28 and 29. RGB value is (162,40,41). Sum of RGB (Red+Green+Blue) = 162+40+41=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A22829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22829 is #5DD7D6. Grayscale: #4C4C4C. Windows color (decimal): -6150103 or 2697378. OLE color: 2697378.

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

Color convert

RGB1624041-
CMYK00.750.750.36
HSL359.51º60.4%39.61%-
HSV(B)359.51º75.31%63.53%-
XYZ16.069.363.06-
YUV76.59107.92188.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 66.67%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 41 (16.41% from 255) = 16.87%
R=66.67%
G=16.46%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162404100.750.750.36359.5160.439.61
HexA2282904B4B241683c28
Octal24250510113113445507450
Binary10100010101000101001010010111001011100100101101000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22829; }

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

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

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

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

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

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

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

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