#A63338

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

Shades of Guardsman Red #A63338

Tints of Guardsman Red #A63338

Color information

#A63338 (or 0xA63338) is unknown color: approx Guardsman Red. HEX triplet: A6, 33 and 38. RGB value is (166,51,56). Sum of RGB (Red+Green+Blue) = 166+51+56=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A63338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63338 is #59CCC7. Grayscale: #565656. Windows color (decimal): -5885128 or 3683238. OLE color: 3683238.

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

Color convert

RGB1665156-
CMYK00.690.660.35
HSL357.39º53%42.55%-
HSV(B)357.39º69.28%65.1%-
XYZ17.6210.764.89-
YUV85.96111.1185.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.81%
GREEN value IS 51 (20.31% from 255) = 18.68%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=60.81%
G=18.68%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166515600.690.660.35357.395342.55
HexA633380454223165352b
Octal24663700105102435456553
Binary10100110110011111000010001011000010100011101100101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63338; }

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

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

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

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

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

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

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

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