#A53800

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

Shades of Rust #A53800

Tints of Rust #A53800

Color information

#A53800 (or 0xA53800) is unknown color: approx Rust. HEX triplet: A5, 38 and 00. RGB value is (165,56,0). Sum of RGB (Red+Green+Blue) = 165+56+0=221 (29% of max value = 765). Red value is 165 (64.84% from 255 or 74.66% from 221); Green value is 56 (22.27% from 255 or 25.34% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 165 - color contains mainly: red. Hex color #A53800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53800 is #5AC7FF. Grayscale: #525252. Windows color (decimal): -5949440 or 14501. OLE color: 14501.

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

Color convert

RGB165560-
CMYK00.6610.35
HSL20.36º100%32.35%-
HSV(B)20.36º100%64.71%-
XYZ16.9310.831.2-
YUV82.2181.61187.05-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 74.66%
GREEN value IS 56 (22.27% from 255) = 25.34%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.66%
G=25.34%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16556000.6610.3520.3610032.35
HexA53800426423146420
Octal2457000102144432414440
Binary101001011110000010000101100100100011101001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53800; }

 p { color: rgb(165,56,0); }

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

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

 a { background-color: rgb(165,56,0); }

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

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

 span { border-color: rgb(165,56,0); }

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