Shades of Rust #B63E15
Tints of Rust #B63E15
RGB
CMYK
RGB Variations
Color information
#B63E15 (or 0xB63E15) is known color: Rust. HEX triplet: B6, 3E and 15. RGB value is (182,62,21). Sum of RGB (Red+Green+Blue) = 182+62+21=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63E15 is #49C1EA. Grayscale: #5D5D5D. Windows color (decimal): -4833771 or 1392310. OLE color: 1392310.
HSL color Cylindrical-coordinate representation of color #B63E15: hue angle of 15.28º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B63E15 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 21 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.29 |
| HSL | 15.28º | 0.79% | 0.4% | - |
| HSV(B) | 15.28º | 0.88% | 0.71% | - |
| XYZ | 21.15 | 13.44 | 2.19 | - |
| YUV | 93.21 | 87.26 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 21 | 0 | 0.66 | 0.88 | 0.29 | 15.28 | 0.79 | 0.4 |
| Hex | B6 | 3E | 15 | 0 | 42 | 58 | 1D | F | 4F | 28 |
| Octal | 266 | 76 | 25 | 0 | 102 | 130 | 35 | 17 | 117 | 50 |
| Binary | 10110110 | 111110 | 10101 | 0 | 1000010 | 1011000 | 11101 | 1111 | 1001111 | 101000 |
Color Harmonies of #B63E15
Complementary color
Monochromatic Colors of #B63E15
Black with #B63E15
Text Example
Text Example
White with #B63E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E15; }
p { color: rgb(182,62,21); }
H1.HeaderClassName
{
color: #B63E15;
}
.AnyTagClassName
{
color: #B63E15;
}
</style>
background-color css
<style>
a { background-color: #B63E15; }
a { background-color: rgb(182,62,21); }
div.DivClassName
{
background-color: #B63E15;
}
.BgClassName
{
background-color: #B63E15;
}
</style>
border-color css
<style>
span { border-color: #B63E15; }
span { border-color: rgb(182,62,21); }
td.TdClassName
{
border-color: #B63E15;
}
.TagClassName
{
border-color: #B63E15;
}
</style>