Shades of Rust #B45312
Tints of Rust #B45312
RGB
CMYK
RGB Variations
Color information
#B45312 (or 0xB45312) is known color: Rust. HEX triplet: B4, 53 and 12. RGB value is (180,83,18). Sum of RGB (Red+Green+Blue) = 180+83+18=281 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.06% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 180 - color contains mainly: red. Hex color #B45312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45312 is #4BACED. Grayscale: #686868. Windows color (decimal): -4959470 or 1201076. OLE color: 1201076.
HSL color Cylindrical-coordinate representation of color #B45312: hue angle of 24.07º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B45312 is Cyan = 0, Magento = 0.54, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 18 | - |
| CMYK | 0 | 0.54 | 0.9 | 0.29 |
| HSL | 24.07º | 0.82% | 0.39% | - |
| HSV(B) | 24.07º | 0.9% | 0.71% | - |
| XYZ | 22.02 | 15.93 | 2.49 | - |
| YUV | 104.59 | 79.14 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 18 | 0 | 0.54 | 0.9 | 0.29 | 24.07 | 0.82 | 0.39 |
| Hex | B4 | 53 | 12 | 0 | 36 | 5A | 1D | 18 | 52 | 27 |
| Octal | 264 | 123 | 22 | 0 | 66 | 132 | 35 | 30 | 122 | 47 |
| Binary | 10110100 | 1010011 | 10010 | 0 | 110110 | 1011010 | 11101 | 11000 | 1010010 | 100111 |
Color Harmonies of #B45312
Complementary color
Monochromatic Colors of #B45312
Black with #B45312
Text Example
Text Example
White with #B45312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45312; }
p { color: rgb(180,83,18); }
H1.HeaderClassName
{
color: #B45312;
}
.AnyTagClassName
{
color: #B45312;
}
</style>
background-color css
<style>
a { background-color: #B45312; }
a { background-color: rgb(180,83,18); }
div.DivClassName
{
background-color: #B45312;
}
.BgClassName
{
background-color: #B45312;
}
</style>
border-color css
<style>
span { border-color: #B45312; }
span { border-color: rgb(180,83,18); }
td.TdClassName
{
border-color: #B45312;
}
.TagClassName
{
border-color: #B45312;
}
</style>