Shades of Rust #B03608
Tints of Rust #B03608
RGB
CMYK
RGB Variations
Color information
#B03608 (or 0xB03608) is known color: Rust. HEX triplet: B0, 36 and 08. RGB value is (176,54,8). Sum of RGB (Red+Green+Blue) = 176+54+8=238 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.95% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 176 - color contains mainly: red. Hex color #B03608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03608 is #4FC9F7. Grayscale: #555555. Windows color (decimal): -5229048 or 538288. OLE color: 538288.
HSL color Cylindrical-coordinate representation of color #B03608: hue angle of 16.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B03608 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 8 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.31 |
| HSL | 16.43º | 0.91% | 0.36% | - |
| HSV(B) | 16.43º | 0.95% | 0.69% | - |
| XYZ | 19.27 | 11.89 | 1.51 | - |
| YUV | 85.23 | 84.42 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 8 | 0 | 0.69 | 0.95 | 0.31 | 16.43 | 0.91 | 0.36 |
| Hex | B0 | 36 | 8 | 0 | 45 | 5F | 1F | 10 | 5B | 24 |
| Octal | 260 | 66 | 10 | 0 | 105 | 137 | 37 | 20 | 133 | 44 |
| Binary | 10110000 | 110110 | 1000 | 0 | 1000101 | 1011111 | 11111 | 10000 | 1011011 | 100100 |
Color Harmonies of #B03608
Complementary color
Monochromatic Colors of #B03608
Black with #B03608
Text Example
Text Example
White with #B03608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03608; }
p { color: rgb(176,54,8); }
H1.HeaderClassName
{
color: #B03608;
}
.AnyTagClassName
{
color: #B03608;
}
</style>
background-color css
<style>
a { background-color: #B03608; }
a { background-color: rgb(176,54,8); }
div.DivClassName
{
background-color: #B03608;
}
.BgClassName
{
background-color: #B03608;
}
</style>
border-color css
<style>
span { border-color: #B03608; }
span { border-color: rgb(176,54,8); }
td.TdClassName
{
border-color: #B03608;
}
.TagClassName
{
border-color: #B03608;
}
</style>