Shades of Rust #B63D14
Tints of Rust #B63D14
RGB
CMYK
RGB Variations
Color information
#B63D14 (or 0xB63D14) is known color: Rust. HEX triplet: B6, 3D and 14. RGB value is (182,61,20). Sum of RGB (Red+Green+Blue) = 182+61+20=263 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.20% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D14 is #49C2EB. Grayscale: #5C5C5C. Windows color (decimal): -4834028 or 1326518. OLE color: 1326518.
HSL color Cylindrical-coordinate representation of color #B63D14: hue angle of 15.19º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B63D14 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 20 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.29 |
| HSL | 15.19º | 0.8% | 0.4% | - |
| HSV(B) | 15.19º | 0.89% | 0.71% | - |
| XYZ | 21.09 | 13.33 | 2.12 | - |
| YUV | 92.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 20 | 0 | 0.66 | 0.89 | 0.29 | 15.19 | 0.8 | 0.4 |
| Hex | B6 | 3D | 14 | 0 | 42 | 59 | 1D | F | 50 | 28 |
| Octal | 266 | 75 | 24 | 0 | 102 | 131 | 35 | 17 | 120 | 50 |
| Binary | 10110110 | 111101 | 10100 | 0 | 1000010 | 1011001 | 11101 | 1111 | 1010000 | 101000 |
Color Harmonies of #B63D14
Complementary color
Monochromatic Colors of #B63D14
Black with #B63D14
Text Example
Text Example
White with #B63D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D14; }
p { color: rgb(182,61,20); }
H1.HeaderClassName
{
color: #B63D14;
}
.AnyTagClassName
{
color: #B63D14;
}
</style>
background-color css
<style>
a { background-color: #B63D14; }
a { background-color: rgb(182,61,20); }
div.DivClassName
{
background-color: #B63D14;
}
.BgClassName
{
background-color: #B63D14;
}
</style>
border-color css
<style>
span { border-color: #B63D14; }
span { border-color: rgb(182,61,20); }
td.TdClassName
{
border-color: #B63D14;
}
.TagClassName
{
border-color: #B63D14;
}
</style>