#A6262E

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

Shades of Guardsman Red #A6262E

Tints of Guardsman Red #A6262E

Color information

#A6262E (or 0xA6262E) is unknown color: approx Guardsman Red. HEX triplet: A6, 26 and 2E. RGB value is (166,38,46). Sum of RGB (Red+Green+Blue) = 166+38+46=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6262E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6262E is #59D9D1. Grayscale: #4D4D4D. Windows color (decimal): -5888466 or 3024550. OLE color: 3024550.

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

Color convert

RGB1663846-
CMYK00.770.720.35
HSL356.25º62.75%40%-
HSV(B)356.25º77.11%65.1%-
XYZ16.919.693.56-
YUV77.18110.41191.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=66.4%
G=15.2%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166384600.770.720.35356.2562.7540
HexA6262E04D48231643f28
Octal24646560115110435447750
Binary10100110100110101110010011011001000100011101100100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6262E; }

 p { color: rgb(166,38,46); }

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

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

 a { background-color: rgb(166,38,46); }

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

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

 span { border-color: rgb(166,38,46); }

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