Shades of Rust #B03F09
Tints of Rust #B03F09
RGB
CMYK
RGB Variations
Color information
#B03F09 (or 0xB03F09) is known color: Rust. HEX triplet: B0, 3F and 09. RGB value is (176,63,9). Sum of RGB (Red+Green+Blue) = 176+63+9=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B03F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03F09 is #4FC0F6. Grayscale: #5A5A5A. Windows color (decimal): -5226743 or 606128. OLE color: 606128.
HSL color Cylindrical-coordinate representation of color #B03F09: hue angle of 19.4º 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 #B03F09 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 63 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.31 |
| HSL | 19.4º | 0.9% | 0.36% | - |
| HSV(B) | 19.4º | 0.95% | 0.69% | - |
| XYZ | 19.73 | 12.8 | 1.69 | - |
| YUV | 90.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 63 | 9 | 0 | 0.64 | 0.95 | 0.31 | 19.4 | 0.9 | 0.36 |
| Hex | B0 | 3F | 9 | 0 | 40 | 5F | 1F | 13 | 5A | 24 |
| Octal | 260 | 77 | 11 | 0 | 100 | 137 | 37 | 23 | 132 | 44 |
| Binary | 10110000 | 111111 | 1001 | 0 | 1000000 | 1011111 | 11111 | 10011 | 1011010 | 100100 |
Color Harmonies of #B03F09
Complementary color
Monochromatic Colors of #B03F09
Black with #B03F09
Text Example
Text Example
White with #B03F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03F09; }
p { color: rgb(176,63,9); }
H1.HeaderClassName
{
color: #B03F09;
}
.AnyTagClassName
{
color: #B03F09;
}
</style>
background-color css
<style>
a { background-color: #B03F09; }
a { background-color: rgb(176,63,9); }
div.DivClassName
{
background-color: #B03F09;
}
.BgClassName
{
background-color: #B03F09;
}
</style>
border-color css
<style>
span { border-color: #B03F09; }
span { border-color: rgb(176,63,9); }
td.TdClassName
{
border-color: #B03F09;
}
.TagClassName
{
border-color: #B03F09;
}
</style>