Shades of Rust #B12D09
Tints of Rust #B12D09
RGB
CMYK
RGB Variations
Color information
#B12D09 (or 0xB12D09) is known color: Rust. HEX triplet: B1, 2D and 09. RGB value is (177,45,9). Sum of RGB (Red+Green+Blue) = 177+45+9=231 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.62% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12D09 is #4ED2F6. Grayscale: #505050. Windows color (decimal): -5165815 or 601521. OLE color: 601521.
HSL color Cylindrical-coordinate representation of color #B12D09: hue angle of 12.86º 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 #B12D09 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 45 | 9 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.31 |
| HSL | 12.86º | 0.9% | 0.36% | - |
| HSV(B) | 12.86º | 0.95% | 0.69% | - |
| XYZ | 19.12 | 11.24 | 1.42 | - |
| YUV | 80.36 | 87.73 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 45 | 9 | 0 | 0.75 | 0.95 | 0.31 | 12.86 | 0.9 | 0.36 |
| Hex | B1 | 2D | 9 | 0 | 4B | 5F | 1F | D | 5A | 24 |
| Octal | 261 | 55 | 11 | 0 | 113 | 137 | 37 | 15 | 132 | 44 |
| Binary | 10110001 | 101101 | 1001 | 0 | 1001011 | 1011111 | 11111 | 1101 | 1011010 | 100100 |
Color Harmonies of #B12D09
Complementary color
Monochromatic Colors of #B12D09
Black with #B12D09
Text Example
Text Example
White with #B12D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12D09; }
p { color: rgb(177,45,9); }
H1.HeaderClassName
{
color: #B12D09;
}
.AnyTagClassName
{
color: #B12D09;
}
</style>
background-color css
<style>
a { background-color: #B12D09; }
a { background-color: rgb(177,45,9); }
div.DivClassName
{
background-color: #B12D09;
}
.BgClassName
{
background-color: #B12D09;
}
</style>
border-color css
<style>
span { border-color: #B12D09; }
span { border-color: rgb(177,45,9); }
td.TdClassName
{
border-color: #B12D09;
}
.TagClassName
{
border-color: #B12D09;
}
</style>