#A6303E

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

Shades of Guardsman Red #A6303E

Tints of Guardsman Red #A6303E

Color information

#A6303E (or 0xA6303E) is unknown color: approx Guardsman Red. HEX triplet: A6, 30 and 3E. RGB value is (166,48,62). Sum of RGB (Red+Green+Blue) = 166+48+62=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6303E is #59CFC1. Grayscale: #545454. Windows color (decimal): -5885890 or 4075686. OLE color: 4075686.

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

Color convert

RGB1664862-
CMYK00.710.630.35
HSL352.88º55.14%41.96%-
HSV(B)352.88º71.08%65.1%-
XYZ17.6510.575.67-
YUV84.88115.09185.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 48 (19.14% from 255) = 17.39%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=60.14%
G=17.39%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166486200.710.630.35352.8855.1441.96
HexA6303E0473F23161372a
Octal2466076010777435416752
Binary1010011011000011111001000111111111100011101100001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6303E; }

 p { color: rgb(166,48,62); }

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

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

 a { background-color: rgb(166,48,62); }

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

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

 span { border-color: rgb(166,48,62); }

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