Shades of Rust #B43D12
Tints of Rust #B43D12
RGB
CMYK
RGB Variations
Color information
#B43D12 (or 0xB43D12) is known color: Rust. HEX triplet: B4, 3D and 12. RGB value is (180,61,18). Sum of RGB (Red+Green+Blue) = 180+61+18=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43D12 is #4BC2ED. Grayscale: #5B5B5B. Windows color (decimal): -4965102 or 1195444. OLE color: 1195444.
HSL color Cylindrical-coordinate representation of color #B43D12: hue angle of 15.93º 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 #B43D12 is Cyan = 0, Magento = 0.66, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 61 | 18 | - |
| CMYK | 0 | 0.66 | 0.9 | 0.29 |
| HSL | 15.93º | 0.82% | 0.39% | - |
| HSV(B) | 15.93º | 0.9% | 0.71% | - |
| XYZ | 20.6 | 13.08 | 2.01 | - |
| YUV | 91.68 | 86.42 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 61 | 18 | 0 | 0.66 | 0.9 | 0.29 | 15.93 | 0.82 | 0.39 |
| Hex | B4 | 3D | 12 | 0 | 42 | 5A | 1D | 10 | 52 | 27 |
| Octal | 264 | 75 | 22 | 0 | 102 | 132 | 35 | 20 | 122 | 47 |
| Binary | 10110100 | 111101 | 10010 | 0 | 1000010 | 1011010 | 11101 | 10000 | 1010010 | 100111 |
Color Harmonies of #B43D12
Complementary color
Monochromatic Colors of #B43D12
Black with #B43D12
Text Example
Text Example
White with #B43D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43D12; }
p { color: rgb(180,61,18); }
H1.HeaderClassName
{
color: #B43D12;
}
.AnyTagClassName
{
color: #B43D12;
}
</style>
background-color css
<style>
a { background-color: #B43D12; }
a { background-color: rgb(180,61,18); }
div.DivClassName
{
background-color: #B43D12;
}
.BgClassName
{
background-color: #B43D12;
}
</style>
border-color css
<style>
span { border-color: #B43D12; }
span { border-color: rgb(180,61,18); }
td.TdClassName
{
border-color: #B43D12;
}
.TagClassName
{
border-color: #B43D12;
}
</style>