#A33215

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

Shades of Rust #A33215

Tints of Rust #A33215

Color information

#A33215 (or 0xA33215) is unknown color: approx Rust. HEX triplet: A3, 32 and 15. RGB value is (163,50,21). Sum of RGB (Red+Green+Blue) = 163+50+21=234 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.66% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 21 (8.59% from 255 or 8.97% from 234); Max value from RGB is 163 - color contains mainly: red. Hex color #A33215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33215 is #5CCDEA. Grayscale: #505050. Windows color (decimal): -6082027 or 1389219. OLE color: 1389219.

HSL color Cylindrical-coordinate representation of color #A33215: hue angle of 12.25º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A33215 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB1635021-
CMYK00.690.870.36
HSL12.25º77.17%36.08%-
HSV(B)12.25º87.12%63.92%-
XYZ16.3810.121.8-
YUV80.4894.44186.86-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 69.66%
GREEN value IS 50 (19.92% from 255) = 21.37%
BLUE value IS 21 (8.59% from 255) = 8.97%
R=69.66%
G=21.37%
B=8.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163502100.690.870.3612.2577.1736.08
HexA332150455724c4d24
Octal24362250105127441411544
Binary101000111100101010101000101101011110010011001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33215; }

 p { color: rgb(163,50,21); }

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

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

 a { background-color: rgb(163,50,21); }

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

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

 span { border-color: rgb(163,50,21); }

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