Shades of Rust #B53F08
Tints of Rust #B53F08
RGB
CMYK
RGB Variations
Color information
#B53F08 (or 0xB53F08) is known color: Rust. HEX triplet: B5, 3F and 08. RGB value is (181,63,8). Sum of RGB (Red+Green+Blue) = 181+63+8=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53F08 is #4AC0F7. Grayscale: #5C5C5C. Windows color (decimal): -4899064 or 540597. OLE color: 540597.
HSL color Cylindrical-coordinate representation of color #B53F08: hue angle of 19.08º degrees, saturation: 0.92, 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 #B53F08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.29 |
| HSL | 19.08º | 0.92% | 0.37% | - |
| HSV(B) | 19.08º | 0.96% | 0.71% | - |
| XYZ | 20.88 | 13.4 | 1.72 | - |
| YUV | 92.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 8 | 0 | 0.65 | 0.96 | 0.29 | 19.08 | 0.92 | 0.37 |
| Hex | B5 | 3F | 8 | 0 | 41 | 60 | 1D | 13 | 5C | 25 |
| Octal | 265 | 77 | 10 | 0 | 101 | 140 | 35 | 23 | 134 | 45 |
| Binary | 10110101 | 111111 | 1000 | 0 | 1000001 | 1100000 | 11101 | 10011 | 1011100 | 100101 |
Color Harmonies of #B53F08
Complementary color
Monochromatic Colors of #B53F08
Black with #B53F08
Text Example
Text Example
White with #B53F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F08; }
p { color: rgb(181,63,8); }
H1.HeaderClassName
{
color: #B53F08;
}
.AnyTagClassName
{
color: #B53F08;
}
</style>
background-color css
<style>
a { background-color: #B53F08; }
a { background-color: rgb(181,63,8); }
div.DivClassName
{
background-color: #B53F08;
}
.BgClassName
{
background-color: #B53F08;
}
</style>
border-color css
<style>
span { border-color: #B53F08; }
span { border-color: rgb(181,63,8); }
td.TdClassName
{
border-color: #B53F08;
}
.TagClassName
{
border-color: #B53F08;
}
</style>