Shades of Rust #B63D12
Tints of Rust #B63D12
RGB
CMYK
RGB Variations
Color information
#B63D12 (or 0xB63D12) is known color: Rust. HEX triplet: B6, 3D and 12. RGB value is (182,61,18). Sum of RGB (Red+Green+Blue) = 182+61+18=261 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.73% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D12 is #49C2ED. Grayscale: #5C5C5C. Windows color (decimal): -4834030 or 1195446. OLE color: 1195446.
HSL color Cylindrical-coordinate representation of color #B63D12: hue angle of 15.73º 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 #B63D12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.29 |
| HSL | 15.73º | 0.82% | 0.39% | - |
| HSV(B) | 15.73º | 0.9% | 0.71% | - |
| XYZ | 21.07 | 13.33 | 2.03 | - |
| YUV | 92.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 18 | 0 | 0.66 | 0.90 | 0.29 | 15.73 | 0.82 | 0.39 |
| Hex | B6 | 3D | 12 | 0 | 42 | 5A | 1D | 10 | 52 | 27 |
| Octal | 266 | 75 | 22 | 0 | 102 | 132 | 35 | 20 | 122 | 47 |
| Binary | 10110110 | 111101 | 10010 | 0 | 1000010 | 1011010 | 11101 | 10000 | 1010010 | 100111 |
Color Harmonies of #B63D12
Complementary color
Monochromatic Colors of #B63D12
Black with #B63D12
Text Example
Text Example
White with #B63D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D12; }
p { color: rgb(182,61,18); }
H1.HeaderClassName
{
color: #B63D12;
}
.AnyTagClassName
{
color: #B63D12;
}
</style>
background-color css
<style>
a { background-color: #B63D12; }
a { background-color: rgb(182,61,18); }
div.DivClassName
{
background-color: #B63D12;
}
.BgClassName
{
background-color: #B63D12;
}
</style>
border-color css
<style>
span { border-color: #B63D12; }
span { border-color: rgb(182,61,18); }
td.TdClassName
{
border-color: #B63D12;
}
.TagClassName
{
border-color: #B63D12;
}
</style>