Shades of Rust #B63412
Tints of Rust #B63412
RGB
CMYK
RGB Variations
Color information
#B63412 (or 0xB63412) is known color: Rust. HEX triplet: B6, 34 and 12. RGB value is (182,52,18). Sum of RGB (Red+Green+Blue) = 182+52+18=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B63412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63412 is #49CBED. Grayscale: #575757. Windows color (decimal): -4836334 or 1193142. OLE color: 1193142.
HSL color Cylindrical-coordinate representation of color #B63412: hue angle of 12.44º 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 #B63412 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 18 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.29 |
| HSL | 12.44º | 0.82% | 0.39% | - |
| HSV(B) | 12.44º | 0.9% | 0.71% | - |
| XYZ | 20.63 | 12.44 | 1.89 | - |
| YUV | 86.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 18 | 0 | 0.71 | 0.90 | 0.29 | 12.44 | 0.82 | 0.39 |
| Hex | B6 | 34 | 12 | 0 | 47 | 5A | 1D | C | 52 | 27 |
| Octal | 266 | 64 | 22 | 0 | 107 | 132 | 35 | 14 | 122 | 47 |
| Binary | 10110110 | 110100 | 10010 | 0 | 1000111 | 1011010 | 11101 | 1100 | 1010010 | 100111 |
Color Harmonies of #B63412
Complementary color
Monochromatic Colors of #B63412
Black with #B63412
Text Example
Text Example
White with #B63412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63412; }
p { color: rgb(182,52,18); }
H1.HeaderClassName
{
color: #B63412;
}
.AnyTagClassName
{
color: #B63412;
}
</style>
background-color css
<style>
a { background-color: #B63412; }
a { background-color: rgb(182,52,18); }
div.DivClassName
{
background-color: #B63412;
}
.BgClassName
{
background-color: #B63412;
}
</style>
border-color css
<style>
span { border-color: #B63412; }
span { border-color: rgb(182,52,18); }
td.TdClassName
{
border-color: #B63412;
}
.TagClassName
{
border-color: #B63412;
}
</style>