#A6373E

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

Shades of Guardsman Red #A6373E

Tints of Guardsman Red #A6373E

Color information

#A6373E (or 0xA6373E) is unknown color: approx Guardsman Red. HEX triplet: A6, 37 and 3E. RGB value is (166,55,62). Sum of RGB (Red+Green+Blue) = 166+55+62=283 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.66% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 62 (24.61% from 255 or 21.91% from 283); Max value from RGB is 166 - color contains mainly: red. Hex color #A6373E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6373E is #59C8C1. Grayscale: #595959. Windows color (decimal): -5884098 or 4077478. OLE color: 4077478.

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

Color convert

RGB1665562-
CMYK00.670.630.35
HSL356.22º50.23%43.33%-
HSV(B)356.22º66.87%65.1%-
XYZ17.9611.195.77-
YUV88.99112.77182.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 58.66%
GREEN value IS 55 (21.88% from 255) = 19.43%
BLUE value IS 62 (24.61% from 255) = 21.91%
R=58.66%
G=19.43%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166556200.670.630.35356.2250.2343.33
HexA6373E0433F23164322b
Octal2466776010377435446253
Binary1010011011011111111001000011111111100011101100100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6373E; }

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

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

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

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

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

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

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

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