Shades of Rust #B13D12
Tints of Rust #B13D12
RGB
CMYK
RGB Variations
Color information
#B13D12 (or 0xB13D12) is known color: Rust. HEX triplet: B1, 3D and 12. RGB value is (177,61,18). Sum of RGB (Red+Green+Blue) = 177+61+18=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13D12 is #4EC2ED. Grayscale: #5B5B5B. Windows color (decimal): -5161710 or 1195441. OLE color: 1195441.
HSL color Cylindrical-coordinate representation of color #B13D12: hue angle of 16.23º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B13D12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.31 |
| HSL | 16.23º | 0.82% | 0.38% | - |
| HSV(B) | 16.23º | 0.9% | 0.69% | - |
| XYZ | 19.91 | 12.73 | 1.98 | - |
| YUV | 90.78 | 86.93 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 18 | 0 | 0.66 | 0.90 | 0.31 | 16.23 | 0.82 | 0.38 |
| Hex | B1 | 3D | 12 | 0 | 42 | 5A | 1F | 10 | 52 | 26 |
| Octal | 261 | 75 | 22 | 0 | 102 | 132 | 37 | 20 | 122 | 46 |
| Binary | 10110001 | 111101 | 10010 | 0 | 1000010 | 1011010 | 11111 | 10000 | 1010010 | 100110 |
Color Harmonies of #B13D12
Complementary color
Monochromatic Colors of #B13D12
Black with #B13D12
Text Example
Text Example
White with #B13D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D12; }
p { color: rgb(177,61,18); }
H1.HeaderClassName
{
color: #B13D12;
}
.AnyTagClassName
{
color: #B13D12;
}
</style>
background-color css
<style>
a { background-color: #B13D12; }
a { background-color: rgb(177,61,18); }
div.DivClassName
{
background-color: #B13D12;
}
.BgClassName
{
background-color: #B13D12;
}
</style>
border-color css
<style>
span { border-color: #B13D12; }
span { border-color: rgb(177,61,18); }
td.TdClassName
{
border-color: #B13D12;
}
.TagClassName
{
border-color: #B13D12;
}
</style>