Shades of Rust #B54407
Tints of Rust #B54407
RGB
CMYK
RGB Variations
Color information
#B54407 (or 0xB54407) is known color: Rust. HEX triplet: B5, 44 and 07. RGB value is (181,68,7). Sum of RGB (Red+Green+Blue) = 181+68+7=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B54407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54407 is #4ABBF8. Grayscale: #5F5F5F. Windows color (decimal): -4897785 or 476341. OLE color: 476341.
HSL color Cylindrical-coordinate representation of color #B54407: hue angle of 21.03º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B54407 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.29 |
| HSL | 21.03º | 0.93% | 0.37% | - |
| HSV(B) | 21.03º | 0.96% | 0.71% | - |
| XYZ | 21.16 | 13.97 | 1.78 | - |
| YUV | 94.83 | 78.44 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 7 | 0 | 0.62 | 0.96 | 0.29 | 21.03 | 0.93 | 0.37 |
| Hex | B5 | 44 | 7 | 0 | 3E | 60 | 1D | 15 | 5D | 25 |
| Octal | 265 | 104 | 7 | 0 | 76 | 140 | 35 | 25 | 135 | 45 |
| Binary | 10110101 | 1000100 | 111 | 0 | 111110 | 1100000 | 11101 | 10101 | 1011101 | 100101 |
Color Harmonies of #B54407
Complementary color
Monochromatic Colors of #B54407
Black with #B54407
Text Example
Text Example
White with #B54407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54407; }
p { color: rgb(181,68,7); }
H1.HeaderClassName
{
color: #B54407;
}
.AnyTagClassName
{
color: #B54407;
}
</style>
background-color css
<style>
a { background-color: #B54407; }
a { background-color: rgb(181,68,7); }
div.DivClassName
{
background-color: #B54407;
}
.BgClassName
{
background-color: #B54407;
}
</style>
border-color css
<style>
span { border-color: #B54407; }
span { border-color: rgb(181,68,7); }
td.TdClassName
{
border-color: #B54407;
}
.TagClassName
{
border-color: #B54407;
}
</style>