#A32225

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

Shades of Guardsman Red #A32225

Tints of Guardsman Red #A32225

Color information

#A32225 (or 0xA32225) is unknown color: approx Guardsman Red. HEX triplet: A3, 22 and 25. RGB value is (163,34,37). Sum of RGB (Red+Green+Blue) = 163+34+37=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A32225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32225 is #5CDDDA. Grayscale: #494949. Windows color (decimal): -6086107 or 2433699. OLE color: 2433699.

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

Color convert

RGB1633437-
CMYK00.790.770.36
HSL358.6º65.48%38.63%-
HSV(B)358.6º79.14%63.92%-
XYZ16.019.062.66-
YUV72.91107.74192.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.66%
GREEN value IS 34 (13.67% from 255) = 14.53%
BLUE value IS 37 (14.84% from 255) = 15.81%
R=69.66%
G=14.53%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163343700.790.770.36358.665.4838.63
HexA3222504F4D241674127
Octal243424501171154454710147
Binary101000111000101001010100111110011011001001011001111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32225; }

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

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

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

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

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

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

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

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