Shades of Rust #B12A0D
Tints of Rust #B12A0D
RGB
CMYK
RGB Variations
Color information
#B12A0D (or 0xB12A0D) is known color: Rust. HEX triplet: B1, 2A and 0D. RGB value is (177,42,13). Sum of RGB (Red+Green+Blue) = 177+42+13=232 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.29% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 177 - color contains mainly: red. Hex color #B12A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B12A0D is #4ED5F2. Grayscale: #4F4F4F. Windows color (decimal): -5166579 or 862897. OLE color: 862897.
HSL color Cylindrical-coordinate representation of color #B12A0D: hue angle of 10.61º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B12A0D is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 42 | 13 | - |
| CMYK | 0 | 0.76 | 0.93 | 0.31 |
| HSL | 10.61º | 0.86% | 0.37% | - |
| HSV(B) | 10.61º | 0.93% | 0.69% | - |
| XYZ | 19.03 | 11.03 | 1.51 | - |
| YUV | 79.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 42 | 13 | 0 | 0.76 | 0.93 | 0.31 | 10.61 | 0.86 | 0.37 |
| Hex | B1 | 2A | D | 0 | 4C | 5D | 1F | B | 56 | 25 |
| Octal | 261 | 52 | 15 | 0 | 114 | 135 | 37 | 13 | 126 | 45 |
| Binary | 10110001 | 101010 | 1101 | 0 | 1001100 | 1011101 | 11111 | 1011 | 1010110 | 100101 |
Color Harmonies of #B12A0D
Complementary color
Monochromatic Colors of #B12A0D
Black with #B12A0D
Text Example
Text Example
White with #B12A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12A0D; }
p { color: rgb(177,42,13); }
H1.HeaderClassName
{
color: #B12A0D;
}
.AnyTagClassName
{
color: #B12A0D;
}
</style>
background-color css
<style>
a { background-color: #B12A0D; }
a { background-color: rgb(177,42,13); }
div.DivClassName
{
background-color: #B12A0D;
}
.BgClassName
{
background-color: #B12A0D;
}
</style>
border-color css
<style>
span { border-color: #B12A0D; }
span { border-color: rgb(177,42,13); }
td.TdClassName
{
border-color: #B12A0D;
}
.TagClassName
{
border-color: #B12A0D;
}
</style>