Shades of Rust #B63D0E
Tints of Rust #B63D0E
RGB
CMYK
RGB Variations
Color information
#B63D0E (or 0xB63D0E) is known color: Rust. HEX triplet: B6, 3D and 0E. RGB value is (182,61,14). Sum of RGB (Red+Green+Blue) = 182+61+14=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D0E is #49C2F1. Grayscale: #5C5C5C. Windows color (decimal): -4834034 or 933302. OLE color: 933302.
HSL color Cylindrical-coordinate representation of color #B63D0E: hue angle of 16.79º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B63D0E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 14 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.29 |
| HSL | 16.79º | 0.86% | 0.38% | - |
| HSV(B) | 16.79º | 0.92% | 0.71% | - |
| XYZ | 21.04 | 13.31 | 1.88 | - |
| YUV | 91.82 | 84.09 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 14 | 0 | 0.66 | 0.92 | 0.29 | 16.79 | 0.86 | 0.38 |
| Hex | B6 | 3D | E | 0 | 42 | 5C | 1D | 11 | 56 | 26 |
| Octal | 266 | 75 | 16 | 0 | 102 | 134 | 35 | 21 | 126 | 46 |
| Binary | 10110110 | 111101 | 1110 | 0 | 1000010 | 1011100 | 11101 | 10001 | 1010110 | 100110 |
Color Harmonies of #B63D0E
Complementary color
Monochromatic Colors of #B63D0E
Black with #B63D0E
Text Example
Text Example
White with #B63D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D0E; }
p { color: rgb(182,61,14); }
H1.HeaderClassName
{
color: #B63D0E;
}
.AnyTagClassName
{
color: #B63D0E;
}
</style>
background-color css
<style>
a { background-color: #B63D0E; }
a { background-color: rgb(182,61,14); }
div.DivClassName
{
background-color: #B63D0E;
}
.BgClassName
{
background-color: #B63D0E;
}
</style>
border-color css
<style>
span { border-color: #B63D0E; }
span { border-color: rgb(182,61,14); }
td.TdClassName
{
border-color: #B63D0E;
}
.TagClassName
{
border-color: #B63D0E;
}
</style>