Shades of Rust #B03008
Tints of Rust #B03008
RGB
CMYK
RGB Variations
Color information
#B03008 (or 0xB03008) is known color: Rust. HEX triplet: B0, 30 and 08. RGB value is (176,48,8). Sum of RGB (Red+Green+Blue) = 176+48+8=232 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.86% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 176 - color contains mainly: red. Hex color #B03008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03008 is #4FCFF7. Grayscale: #525252. Windows color (decimal): -5230584 or 536752. OLE color: 536752.
HSL color Cylindrical-coordinate representation of color #B03008: hue angle of 14.29º 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 #B03008 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 48 | 8 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.31 |
| HSL | 14.29º | 0.91% | 0.36% | - |
| HSV(B) | 14.29º | 0.95% | 0.69% | - |
| XYZ | 19.01 | 11.36 | 1.42 | - |
| YUV | 81.71 | 86.41 | 195.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 48 | 8 | 0 | 0.73 | 0.95 | 0.31 | 14.29 | 0.91 | 0.36 |
| Hex | B0 | 30 | 8 | 0 | 49 | 5F | 1F | E | 5B | 24 |
| Octal | 260 | 60 | 10 | 0 | 111 | 137 | 37 | 16 | 133 | 44 |
| Binary | 10110000 | 110000 | 1000 | 0 | 1001001 | 1011111 | 11111 | 1110 | 1011011 | 100100 |
Color Harmonies of #B03008
Complementary color
Monochromatic Colors of #B03008
Black with #B03008
Text Example
Text Example
White with #B03008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03008; }
p { color: rgb(176,48,8); }
H1.HeaderClassName
{
color: #B03008;
}
.AnyTagClassName
{
color: #B03008;
}
</style>
background-color css
<style>
a { background-color: #B03008; }
a { background-color: rgb(176,48,8); }
div.DivClassName
{
background-color: #B03008;
}
.BgClassName
{
background-color: #B03008;
}
</style>
border-color css
<style>
span { border-color: #B03008; }
span { border-color: rgb(176,48,8); }
td.TdClassName
{
border-color: #B03008;
}
.TagClassName
{
border-color: #B03008;
}
</style>