#A62532

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

Shades of Guardsman Red #A62532

Tints of Guardsman Red #A62532

Color information

#A62532 (or 0xA62532) is unknown color: approx Guardsman Red. HEX triplet: A6, 25 and 32. RGB value is (166,37,50). Sum of RGB (Red+Green+Blue) = 166+37+50=253 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.61% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 166 - color contains mainly: red. Hex color #A62532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62532 is #59DACD. Grayscale: #4D4D4D. Windows color (decimal): -5888718 or 3286438. OLE color: 3286438.

HSL color Cylindrical-coordinate representation of color #A62532: hue angle of 353.95º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62532 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB1663750-
CMYK00.780.700.35
HSL353.95º63.55%39.8%-
HSV(B)353.95º77.71%65.1%-
XYZ16.969.663.99-
YUV77.05112.74191.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.61%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=65.61%
G=14.62%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166375000.780.700.35353.9563.5539.8
HexA6253204E46231624028
Octal246456201161064354210050
Binary101001101001011100100100111010001101000111011000101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62532; }

 p { color: rgb(166,37,50); }

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

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

 a { background-color: rgb(166,37,50); }

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

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

 span { border-color: rgb(166,37,50); }

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