Shades of Rust #B53608
Tints of Rust #B53608
RGB
CMYK
RGB Variations
Color information
#B53608 (or 0xB53608) is known color: Rust. HEX triplet: B5, 36 and 08. RGB value is (181,54,8). Sum of RGB (Red+Green+Blue) = 181+54+8=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B53608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53608 is #4AC9F7. Grayscale: #575757. Windows color (decimal): -4901368 or 538293. OLE color: 538293.
HSL color Cylindrical-coordinate representation of color #B53608: hue angle of 15.95º 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 #B53608 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.29 |
| HSL | 15.95º | 0.92% | 0.37% | - |
| HSV(B) | 15.95º | 0.96% | 0.71% | - |
| XYZ | 20.42 | 12.48 | 1.56 | - |
| YUV | 86.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 8 | 0 | 0.70 | 0.96 | 0.29 | 15.95 | 0.92 | 0.37 |
| Hex | B5 | 36 | 8 | 0 | 46 | 60 | 1D | 10 | 5C | 25 |
| Octal | 265 | 66 | 10 | 0 | 106 | 140 | 35 | 20 | 134 | 45 |
| Binary | 10110101 | 110110 | 1000 | 0 | 1000110 | 1100000 | 11101 | 10000 | 1011100 | 100101 |
Color Harmonies of #B53608
Complementary color
Monochromatic Colors of #B53608
Black with #B53608
Text Example
Text Example
White with #B53608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53608; }
p { color: rgb(181,54,8); }
H1.HeaderClassName
{
color: #B53608;
}
.AnyTagClassName
{
color: #B53608;
}
</style>
background-color css
<style>
a { background-color: #B53608; }
a { background-color: rgb(181,54,8); }
div.DivClassName
{
background-color: #B53608;
}
.BgClassName
{
background-color: #B53608;
}
</style>
border-color css
<style>
span { border-color: #B53608; }
span { border-color: rgb(181,54,8); }
td.TdClassName
{
border-color: #B53608;
}
.TagClassName
{
border-color: #B53608;
}
</style>