#A63B3F

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

Shades of Guardsman Red #A63B3F

Tints of Guardsman Red #A63B3F

Color information

#A63B3F (or 0xA63B3F) is unknown color: approx Guardsman Red. HEX triplet: A6, 3B and 3F. RGB value is (166,59,63). Sum of RGB (Red+Green+Blue) = 166+59+63=288 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.64% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B3F is #59C4C0. Grayscale: #5B5B5B. Windows color (decimal): -5883073 or 4144038. OLE color: 4144038.

HSL color Cylindrical-coordinate representation of color #A63B3F: hue angle of 357.76º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63B3F is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB1665963-
CMYK00.640.620.35
HSL357.76º47.56%44.12%-
HSV(B)357.76º64.46%65.1%-
XYZ18.1911.595.98-
YUV91.45111.95181.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.64%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 63 (25% from 255) = 21.88%
R=57.64%
G=20.49%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166596300.640.620.35357.7647.5644.12
HexA63B3F0403E23166302c
Octal2467377010076435466054
Binary1010011011101111111101000000111110100011101100110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B3F; }

 p { color: rgb(166,59,63); }

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

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

 a { background-color: rgb(166,59,63); }

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

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

 span { border-color: rgb(166,59,63); }

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