Shades of Rust #A5440F
Tints of Rust #A5440F
RGB
CMYK
RGB Variations
Color information
#A5440F (or 0xA5440F) is known color: Rust. HEX triplet: A5, 44 and 0F. RGB value is (165,68,15). Sum of RGB (Red+Green+Blue) = 165+68+15=248 (32% of max value = 765). Red value is 165 (64.84% from 255 or 66.53% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 165 - color contains mainly: red. Hex color #A5440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5440F is #5ABBF0. Grayscale: #5B5B5B. Windows color (decimal): -5946353 or 1000613. OLE color: 1000613.
HSL color Cylindrical-coordinate representation of color #A5440F: hue angle of 21.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A5440F is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 68 | 15 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.35 |
| HSL | 21.2º | 0.83% | 0.35% | - |
| HSV(B) | 21.2º | 0.91% | 0.65% | - |
| XYZ | 17.67 | 12.17 | 1.87 | - |
| YUV | 90.96 | 85.14 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 68 | 15 | 0 | 0.59 | 0.91 | 0.35 | 21.2 | 0.83 | 0.35 |
| Hex | A5 | 44 | F | 0 | 3B | 5B | 23 | 15 | 53 | 23 |
| Octal | 245 | 104 | 17 | 0 | 73 | 133 | 43 | 25 | 123 | 43 |
| Binary | 10100101 | 1000100 | 1111 | 0 | 111011 | 1011011 | 100011 | 10101 | 1010011 | 100011 |
Color Harmonies of #A5440F
Complementary color
Monochromatic Colors of #A5440F
Black with #A5440F
Text Example
Text Example
White with #A5440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5440F; }
p { color: rgb(165,68,15); }
H1.HeaderClassName
{
color: #A5440F;
}
.AnyTagClassName
{
color: #A5440F;
}
</style>
background-color css
<style>
a { background-color: #A5440F; }
a { background-color: rgb(165,68,15); }
div.DivClassName
{
background-color: #A5440F;
}
.BgClassName
{
background-color: #A5440F;
}
</style>
border-color css
<style>
span { border-color: #A5440F; }
span { border-color: rgb(165,68,15); }
td.TdClassName
{
border-color: #A5440F;
}
.TagClassName
{
border-color: #A5440F;
}
</style>