#A62831

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

Shades of Guardsman Red #A62831

Tints of Guardsman Red #A62831

Color information

#A62831 (or 0xA62831) is unknown color: approx Guardsman Red. HEX triplet: A6, 28 and 31. RGB value is (166,40,49). Sum of RGB (Red+Green+Blue) = 166+40+49=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A62831 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62831 is #59D7CE. Grayscale: #4E4E4E. Windows color (decimal): -5887951 or 3221670. OLE color: 3221670.

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

Color convert

RGB1664049-
CMYK00.760.700.35
HSL355.71º61.17%40.39%-
HSV(B)355.71º75.9%65.1%-
XYZ17.049.853.91-
YUV78.7111.24190.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.10%
GREEN value IS 40 (16.02% from 255) = 15.69%
BLUE value IS 49 (19.53% from 255) = 19.22%
R=65.10%
G=15.69%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166404900.760.700.35355.7161.1740.39
HexA6283104C46231643d28
Octal24650610114106435447550
Binary10100110101000110001010011001000110100011101100100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62831; }

 p { color: rgb(166,40,49); }

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

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

 a { background-color: rgb(166,40,49); }

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

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

 span { border-color: rgb(166,40,49); }

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