Shades of Rust #B53008
Tints of Rust #B53008
RGB
CMYK
RGB Variations
Color information
#B53008 (or 0xB53008) is known color: Rust. HEX triplet: B5, 30 and 08. RGB value is (181,48,8). Sum of RGB (Red+Green+Blue) = 181+48+8=237 (31% of max value = 765). Red value is 181 (71.09% from 255 or 76.37% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 181 - color contains mainly: red. Hex color #B53008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53008 is #4ACFF7. Grayscale: #535353. Windows color (decimal): -4902904 or 536757. OLE color: 536757.
HSL color Cylindrical-coordinate representation of color #B53008: hue angle of 13.87º 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 #B53008 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.29 |
| HSL | 13.87º | 0.92% | 0.37% | - |
| HSV(B) | 13.87º | 0.96% | 0.71% | - |
| XYZ | 20.16 | 11.96 | 1.47 | - |
| YUV | 83.21 | 85.56 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 8 | 0 | 0.73 | 0.96 | 0.29 | 13.87 | 0.92 | 0.37 |
| Hex | B5 | 30 | 8 | 0 | 49 | 60 | 1D | E | 5C | 25 |
| Octal | 265 | 60 | 10 | 0 | 111 | 140 | 35 | 16 | 134 | 45 |
| Binary | 10110101 | 110000 | 1000 | 0 | 1001001 | 1100000 | 11101 | 1110 | 1011100 | 100101 |
Color Harmonies of #B53008
Complementary color
Monochromatic Colors of #B53008
Black with #B53008
Text Example
Text Example
White with #B53008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53008; }
p { color: rgb(181,48,8); }
H1.HeaderClassName
{
color: #B53008;
}
.AnyTagClassName
{
color: #B53008;
}
</style>
background-color css
<style>
a { background-color: #B53008; }
a { background-color: rgb(181,48,8); }
div.DivClassName
{
background-color: #B53008;
}
.BgClassName
{
background-color: #B53008;
}
</style>
border-color css
<style>
span { border-color: #B53008; }
span { border-color: rgb(181,48,8); }
td.TdClassName
{
border-color: #B53008;
}
.TagClassName
{
border-color: #B53008;
}
</style>