#A63315

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

Shades of Rust #A63315

Tints of Rust #A63315

Color information

#A63315 (or 0xA63315) is unknown color: approx Rust. HEX triplet: A6, 33 and 15. RGB value is (166,51,21). Sum of RGB (Red+Green+Blue) = 166+51+21=238 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.75% from 238); Green value is 51 (20.31% from 255 or 21.43% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 166 - color contains mainly: red. Hex color #A63315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63315 is #59CCEA. Grayscale: #525252. Windows color (decimal): -5885163 or 1389478. OLE color: 1389478.

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

Color convert

RGB1665121-
CMYK00.690.870.35
HSL12.41º77.54%36.67%-
HSV(B)12.41º87.35%65.1%-
XYZ17.0510.531.84-
YUV81.9693.6187.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.75%
GREEN value IS 51 (20.31% from 255) = 21.43%
BLUE value IS 21 (8.59% from 255) = 8.82%
R=69.75%
G=21.43%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166512100.690.870.3512.4177.5436.67
HexA633150455723c4e25
Octal24663250105127431411645
Binary101001101100111010101000101101011110001111001001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63315; }

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

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

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

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

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

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

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

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