Shades of Rust #B43012
Tints of Rust #B43012
RGB
CMYK
RGB Variations
Color information
#B43012 (or 0xB43012) is known color: Rust. HEX triplet: B4, 30 and 12. RGB value is (180,48,18). Sum of RGB (Red+Green+Blue) = 180+48+18=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B43012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43012 is #4BCFED. Grayscale: #545454. Windows color (decimal): -4968430 or 1192116. OLE color: 1192116.
HSL color Cylindrical-coordinate representation of color #B43012: hue angle of 11.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B43012 is Cyan = 0, Magento = 0.73, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 18 | - |
| CMYK | 0 | 0.73 | 0.9 | 0.29 |
| HSL | 11.11º | 0.82% | 0.39% | - |
| HSV(B) | 11.11º | 0.9% | 0.71% | - |
| XYZ | 19.99 | 11.86 | 1.81 | - |
| YUV | 84.05 | 90.73 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 18 | 0 | 0.73 | 0.9 | 0.29 | 11.11 | 0.82 | 0.39 |
| Hex | B4 | 30 | 12 | 0 | 49 | 5A | 1D | B | 52 | 27 |
| Octal | 264 | 60 | 22 | 0 | 111 | 132 | 35 | 13 | 122 | 47 |
| Binary | 10110100 | 110000 | 10010 | 0 | 1001001 | 1011010 | 11101 | 1011 | 1010010 | 100111 |
Color Harmonies of #B43012
Complementary color
Monochromatic Colors of #B43012
Black with #B43012
Text Example
Text Example
White with #B43012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43012; }
p { color: rgb(180,48,18); }
H1.HeaderClassName
{
color: #B43012;
}
.AnyTagClassName
{
color: #B43012;
}
</style>
background-color css
<style>
a { background-color: #B43012; }
a { background-color: rgb(180,48,18); }
div.DivClassName
{
background-color: #B43012;
}
.BgClassName
{
background-color: #B43012;
}
</style>
border-color css
<style>
span { border-color: #B43012; }
span { border-color: rgb(180,48,18); }
td.TdClassName
{
border-color: #B43012;
}
.TagClassName
{
border-color: #B43012;
}
</style>