#A32229

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

Shades of Guardsman Red #A32229

Tints of Guardsman Red #A32229

Color information

#A32229 (or 0xA32229) is unknown color: approx Guardsman Red. HEX triplet: A3, 22 and 29. RGB value is (163,34,41). Sum of RGB (Red+Green+Blue) = 163+34+41=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32229 is #5CDDD6. Grayscale: #494949. Windows color (decimal): -6086103 or 2695843. OLE color: 2695843.

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

Color convert

RGB1633441-
CMYK00.790.750.36
HSL356.74º65.48%38.63%-
HSV(B)356.74º79.14%63.92%-
XYZ16.089.093.01-
YUV73.37109.74191.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.49%
GREEN value IS 34 (13.67% from 255) = 14.29%
BLUE value IS 41 (16.41% from 255) = 17.23%
R=68.49%
G=14.29%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163344100.790.750.36356.7465.4838.63
HexA3222904F4B241654127
Octal243425101171134454510147
Binary101000111000101010010100111110010111001001011001011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32229; }

 p { color: rgb(163,34,41); }

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

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

 a { background-color: rgb(163,34,41); }

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

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

 span { border-color: rgb(163,34,41); }

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