Shades of Rust #B75412
Tints of Rust #B75412
RGB
CMYK
RGB Variations
Color information
#B75412 (or 0xB75412) is known color: Rust. HEX triplet: B7, 54 and 12. RGB value is (183,84,18). Sum of RGB (Red+Green+Blue) = 183+84+18=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 84 (33.20% from 255 or 29.47% from 285); Blue value is 18 (7.42% from 255 or 6.32% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B75412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75412 is #48ABED. Grayscale: #6A6A6A. Windows color (decimal): -4762606 or 1201335. OLE color: 1201335.
HSL color Cylindrical-coordinate representation of color #B75412: hue angle of 24º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B75412 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 18 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.28 |
| HSL | 24º | 0.82% | 0.39% | - |
| HSV(B) | 24º | 0.9% | 0.72% | - |
| XYZ | 22.81 | 16.45 | 2.55 | - |
| YUV | 106.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 18 | 0 | 0.54 | 0.90 | 0.28 | 24 | 0.82 | 0.39 |
| Hex | B7 | 54 | 12 | 0 | 36 | 5A | 1C | 18 | 52 | 27 |
| Octal | 267 | 124 | 22 | 0 | 66 | 132 | 34 | 30 | 122 | 47 |
| Binary | 10110111 | 1010100 | 10010 | 0 | 110110 | 1011010 | 11100 | 11000 | 1010010 | 100111 |
Color Harmonies of #B75412
Complementary color
Monochromatic Colors of #B75412
Black with #B75412
Text Example
Text Example
White with #B75412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75412; }
p { color: rgb(183,84,18); }
H1.HeaderClassName
{
color: #B75412;
}
.AnyTagClassName
{
color: #B75412;
}
</style>
background-color css
<style>
a { background-color: #B75412; }
a { background-color: rgb(183,84,18); }
div.DivClassName
{
background-color: #B75412;
}
.BgClassName
{
background-color: #B75412;
}
</style>
border-color css
<style>
span { border-color: #B75412; }
span { border-color: rgb(183,84,18); }
td.TdClassName
{
border-color: #B75412;
}
.TagClassName
{
border-color: #B75412;
}
</style>