#A62F33

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

Shades of Guardsman Red #A62F33

Tints of Guardsman Red #A62F33

Color information

#A62F33 (or 0xA62F33) is unknown color: approx Guardsman Red. HEX triplet: A6, 2F and 33. RGB value is (166,47,51). Sum of RGB (Red+Green+Blue) = 166+47+51=264 (34% of max value = 765). Red value is 166 (65.23% from 255 or 62.88% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62F33 is #59D0CC. Grayscale: #535353. Windows color (decimal): -5886157 or 3354534. OLE color: 3354534.

HSL color Cylindrical-coordinate representation of color #A62F33: hue angle of 357.98º 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 #A62F33 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1664751-
CMYK00.720.690.35
HSL357.98º55.87%41.76%-
HSV(B)357.98º71.69%65.1%-
XYZ17.3410.384.22-
YUV83.04109.92187.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 62.88%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=62.88%
G=17.80%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166475100.720.690.35357.9855.8741.76
HexA62F330484523166382a
Octal24657630110105435467052
Binary10100110101111110011010010001000101100011101100110111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62F33; }

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

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

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

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

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

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

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

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