#A62F39

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

Shades of Guardsman Red #A62F39

Tints of Guardsman Red #A62F39

Color information

#A62F39 (or 0xA62F39) is unknown color: approx Guardsman Red. HEX triplet: A6, 2F and 39. RGB value is (166,47,57). Sum of RGB (Red+Green+Blue) = 166+47+57=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 57 (22.66% from 255 or 21.11% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62F39 is #59D0C6. Grayscale: #535353. Windows color (decimal): -5886151 or 3747750. OLE color: 3747750.

HSL color Cylindrical-coordinate representation of color #A62F39: hue angle of 354.96º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62F39 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1664757-
CMYK00.720.660.35
HSL354.96º55.87%41.76%-
HSV(B)354.96º71.69%65.1%-
XYZ17.4810.444.96-
YUV83.72112.92186.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 47 (18.75% from 255) = 17.41%
BLUE value IS 57 (22.66% from 255) = 21.11%
R=61.48%
G=17.41%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166475700.720.660.35354.9655.8741.76
HexA62F390484223163382a
Octal24657710110102435437052
Binary10100110101111111001010010001000010100011101100011111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F39; }

 p { color: rgb(166,47,57); }

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

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

 a { background-color: rgb(166,47,57); }

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

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

 span { border-color: rgb(166,47,57); }

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