Shades of Rust #B54300
Tints of Rust #B54300
RGB
CMYK
RGB Variations
Color information
#B54300 (or 0xB54300) is known color: Rust. HEX triplet: B5, 43 and 00. RGB value is (181,67,0). Sum of RGB (Red+Green+Blue) = 181+67+0=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B54300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54300 is #4ABCFF. Grayscale: #5D5D5D. Windows color (decimal): -4898048 or 17333. OLE color: 17333.
HSL color Cylindrical-coordinate representation of color #B54300: hue angle of 22.21º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B54300 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.29 |
| HSL | 22.21º | 1% | 0.35% | - |
| HSV(B) | 22.21º | 1% | 0.71% | - |
| XYZ | 21.06 | 13.84 | 1.56 | - |
| YUV | 93.45 | 75.27 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 0 | 0 | 0.63 | 1 | 0.29 | 22.21 | 1 | 0.35 |
| Hex | B5 | 43 | 0 | 0 | 3F | 64 | 1D | 16 | 64 | 23 |
| Octal | 265 | 103 | 0 | 0 | 77 | 144 | 35 | 26 | 144 | 43 |
| Binary | 10110101 | 1000011 | 0 | 0 | 111111 | 1100100 | 11101 | 10110 | 1100100 | 100011 |
Color Harmonies of #B54300
Complementary color
Monochromatic Colors of #B54300
Black with #B54300
Text Example
Text Example
White with #B54300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54300; }
p { color: rgb(181,67,0); }
H1.HeaderClassName
{
color: #B54300;
}
.AnyTagClassName
{
color: #B54300;
}
</style>
background-color css
<style>
a { background-color: #B54300; }
a { background-color: rgb(181,67,0); }
div.DivClassName
{
background-color: #B54300;
}
.BgClassName
{
background-color: #B54300;
}
</style>
border-color css
<style>
span { border-color: #B54300; }
span { border-color: rgb(181,67,0); }
td.TdClassName
{
border-color: #B54300;
}
.TagClassName
{
border-color: #B54300;
}
</style>