#A53B08

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

Shades of Rust #A53B08

Tints of Rust #A53B08

Color information

#A53B08 (or 0xA53B08) is unknown color: approx Rust. HEX triplet: A5, 3B and 08. RGB value is (165,59,8). Sum of RGB (Red+Green+Blue) = 165+59+8=232 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.12% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A53B08 is #5AC4F7. Grayscale: #555555. Windows color (decimal): -5948664 or 539557. OLE color: 539557.

HSL color Cylindrical-coordinate representation of color #A53B08: hue angle of 19.49º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A53B08 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB165598-
CMYK00.640.950.35
HSL19.49º90.75%33.92%-
HSV(B)19.49º95.15%64.71%-
XYZ17.1211.141.48-
YUV84.8884.62185.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 71.12%
GREEN value IS 59 (23.44% from 255) = 25.43%
BLUE value IS 8 (3.52% from 255) = 3.45%
R=71.12%
G=25.43%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16559800.640.950.3519.4990.7533.92
HexA53B80405F23135b22
Octal24573100100137432313342
Binary101001011110111000010000001011111100011100111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B08; }

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

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

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

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

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

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

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

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