Shades of Rust #B03D09
Tints of Rust #B03D09
RGB
CMYK
RGB Variations
Color information
#B03D09 (or 0xB03D09) is known color: Rust. HEX triplet: B0, 3D and 09. RGB value is (176,61,9). Sum of RGB (Red+Green+Blue) = 176+61+9=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 9 (3.91% from 255 or 3.66% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03D09 is #4FC2F6. Grayscale: #595959. Windows color (decimal): -5227255 or 605616. OLE color: 605616.
HSL color Cylindrical-coordinate representation of color #B03D09: hue angle of 18.68º degrees, saturation: 0.9, 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 #B03D09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 61 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.31 |
| HSL | 18.68º | 0.9% | 0.36% | - |
| HSV(B) | 18.68º | 0.95% | 0.69% | - |
| XYZ | 19.62 | 12.59 | 1.65 | - |
| YUV | 89.46 | 82.6 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 61 | 9 | 0 | 0.65 | 0.95 | 0.31 | 18.68 | 0.9 | 0.36 |
| Hex | B0 | 3D | 9 | 0 | 41 | 5F | 1F | 13 | 5A | 24 |
| Octal | 260 | 75 | 11 | 0 | 101 | 137 | 37 | 23 | 132 | 44 |
| Binary | 10110000 | 111101 | 1001 | 0 | 1000001 | 1011111 | 11111 | 10011 | 1011010 | 100100 |
Color Harmonies of #B03D09
Complementary color
Monochromatic Colors of #B03D09
Black with #B03D09
Text Example
Text Example
White with #B03D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03D09; }
p { color: rgb(176,61,9); }
H1.HeaderClassName
{
color: #B03D09;
}
.AnyTagClassName
{
color: #B03D09;
}
</style>
background-color css
<style>
a { background-color: #B03D09; }
a { background-color: rgb(176,61,9); }
div.DivClassName
{
background-color: #B03D09;
}
.BgClassName
{
background-color: #B03D09;
}
</style>
border-color css
<style>
span { border-color: #B03D09; }
span { border-color: rgb(176,61,9); }
td.TdClassName
{
border-color: #B03D09;
}
.TagClassName
{
border-color: #B03D09;
}
</style>