#A63638

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

Shades of Guardsman Red #A63638

Tints of Guardsman Red #A63638

Color information

#A63638 (or 0xA63638) is unknown color: approx Guardsman Red. HEX triplet: A6, 36 and 38. RGB value is (166,54,56). Sum of RGB (Red+Green+Blue) = 166+54+56=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 56 (22.27% from 255 or 20.29% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A63638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63638 is #59C9C7. Grayscale: #575757. Windows color (decimal): -5884360 or 3684006. OLE color: 3684006.

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

Color convert

RGB1665456-
CMYK00.670.660.35
HSL358.93º50.91%43.14%-
HSV(B)358.93º67.47%65.1%-
XYZ17.7611.034.93-
YUV87.72110.11183.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 56 (22.27% from 255) = 20.29%
R=60.14%
G=19.57%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166545600.670.660.35358.9350.9143.14
HexA636380434223167332b
Octal24666700103102435476353
Binary10100110110110111000010000111000010100011101100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63638; }

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

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

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

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

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

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

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

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