#A53B11

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

Shades of Rust #A53B11

Tints of Rust #A53B11

Color information

#A53B11 (or 0xA53B11) is unknown color: approx Rust. HEX triplet: A5, 3B and 11. RGB value is (165,59,17). Sum of RGB (Red+Green+Blue) = 165+59+17=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 17 (7.03% from 255 or 7.05% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53B11 is #5AC4EE. Grayscale: #565656. Windows color (decimal): -5948655 or 1129381. OLE color: 1129381.

HSL color Cylindrical-coordinate representation of color #A53B11: hue angle of 17.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A53B11 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.35.

Color convert

RGB1655917-
CMYK00.640.900.35
HSL17.03º81.32%35.69%-
HSV(B)17.03º89.7%64.71%-
XYZ17.1811.171.78-
YUV85.9189.12184.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 68.46%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 17 (7.03% from 255) = 7.05%
R=68.46%
G=24.48%
B=7.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165591700.640.900.3517.0381.3235.69
HexA53B110405A23115124
Octal24573210100132432112144
Binary1010010111101110001010000001011010100011100011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B11; }

 p { color: rgb(165,59,17); }

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

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

 a { background-color: rgb(165,59,17); }

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

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

 span { border-color: rgb(165,59,17); }

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