#A6363C

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

Shades of Guardsman Red #A6363C

Tints of Guardsman Red #A6363C

Color information

#A6363C (or 0xA6363C) is unknown color: approx Guardsman Red. HEX triplet: A6, 36 and 3C. RGB value is (166,54,60). Sum of RGB (Red+Green+Blue) = 166+54+60=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A6363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6363C is #59C9C3. Grayscale: #585858. Windows color (decimal): -5884356 or 3946150. OLE color: 3946150.

HSL color Cylindrical-coordinate representation of color #A6363C: hue angle of 356.79º degrees, saturation: 0.51, 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 #A6363C is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1665460-
CMYK00.670.640.35
HSL356.79º50.91%43.14%-
HSV(B)356.79º67.47%65.1%-
XYZ17.8611.075.47-
YUV88.17112.11183.51-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.29%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 60 (23.83% from 255) = 21.43%
R=59.29%
G=19.29%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166546000.670.640.35356.7950.9143.14
HexA6363C0434023165332b
Octal24666740103100435456353
Binary10100110110110111100010000111000000100011101100101110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6363C; }

 p { color: rgb(166,54,60); }

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

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

 a { background-color: rgb(166,54,60); }

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

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

 span { border-color: rgb(166,54,60); }

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