#A54B0D

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

Shades of Rust #A54B0D

Tints of Rust #A54B0D

Color information

#A54B0D (or 0xA54B0D) is unknown color: approx Rust. HEX triplet: A5, 4B and 0D. RGB value is (165,75,13). Sum of RGB (Red+Green+Blue) = 165+75+13=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54B0D is #5AB4F2. Grayscale: #5F5F5F. Windows color (decimal): -5944563 or 871333. OLE color: 871333.

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

Color convert

RGB1657513-
CMYK00.550.920.35
HSL24.47º85.39%34.9%-
HSV(B)24.47º92.12%64.71%-
XYZ18.1113.061.95-
YUV94.8481.82178.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 13 (5.47% from 255) = 5.14%
R=65.22%
G=29.64%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.92
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165751300.550.920.3524.4785.3934.9
HexA54BD0375C23185523
Octal24511315067134433012543
Binary101001011001011110101101111011100100011110001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54B0D; }

 p { color: rgb(165,75,13); }

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

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

 a { background-color: rgb(165,75,13); }

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

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

 span { border-color: rgb(165,75,13); }

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