#A02224

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

Shades of Guardsman Red #A02224

Tints of Guardsman Red #A02224

Color information

#A02224 (or 0xA02224) is unknown color: approx Guardsman Red. HEX triplet: A0, 22 and 24. RGB value is (160,34,36). Sum of RGB (Red+Green+Blue) = 160+34+36=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A02224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02224 is #5FDDDB. Grayscale: #484848. Windows color (decimal): -6282716 or 2368160. OLE color: 2368160.

HSL color Cylindrical-coordinate representation of color #A02224: hue angle of 359.05º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A02224 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB1603436-
CMYK00.790.780.37
HSL359.05º64.95%38.04%-
HSV(B)359.05º78.75%62.75%-
XYZ15.398.752.55-
YUV71.9107.74190.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.57%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 36 (14.45% from 255) = 15.65%
R=69.57%
G=14.78%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160343600.790.780.37359.0564.9538.04
HexA0222404F4E251674126
Octal240424401171164554710146
Binary101000001000101001000100111110011101001011011001111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02224; }

 p { color: rgb(160,34,36); }

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

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

 a { background-color: rgb(160,34,36); }

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

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

 span { border-color: rgb(160,34,36); }

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