#A32526

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

Shades of Guardsman Red #A32526

Tints of Guardsman Red #A32526

Color information

#A32526 (or 0xA32526) is unknown color: approx Guardsman Red. HEX triplet: A3, 25 and 26. RGB value is (163,37,38). Sum of RGB (Red+Green+Blue) = 163+37+38=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 38 (15.23% from 255 or 15.97% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A32526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32526 is #5CDAD9. Grayscale: #4A4A4A. Windows color (decimal): -6085338 or 2500003. OLE color: 2500003.

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

Color convert

RGB1633738-
CMYK00.770.770.36
HSL359.52º63%39.22%-
HSV(B)359.52º77.3%63.92%-
XYZ16.129.252.77-
YUV74.79107.24190.92-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 68.49%
GREEN value IS 37 (14.84% from 255) = 15.55%
BLUE value IS 38 (15.23% from 255) = 15.97%
R=68.49%
G=15.55%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163373800.770.770.36359.526339.22
HexA3252604D4D241683f27
Octal24345460115115445507747
Binary10100011100101100110010011011001101100100101101000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32526; }

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

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

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

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

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

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

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

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