Shades of Rust #B63D0F
Tints of Rust #B63D0F
RGB
CMYK
RGB Variations
Color information
#B63D0F (or 0xB63D0F) is known color: Rust. HEX triplet: B6, 3D and 0F. RGB value is (182,61,15). Sum of RGB (Red+Green+Blue) = 182+61+15=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D0F is #49C2F0. Grayscale: #5C5C5C. Windows color (decimal): -4834033 or 998838. OLE color: 998838.
HSL color Cylindrical-coordinate representation of color #B63D0F: hue angle of 16.53º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B63D0F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.29 |
| HSL | 16.53º | 0.85% | 0.39% | - |
| HSV(B) | 16.53º | 0.92% | 0.71% | - |
| XYZ | 21.05 | 13.32 | 1.91 | - |
| YUV | 91.94 | 84.59 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 15 | 0 | 0.66 | 0.92 | 0.29 | 16.53 | 0.85 | 0.39 |
| Hex | B6 | 3D | F | 0 | 42 | 5C | 1D | 11 | 55 | 27 |
| Octal | 266 | 75 | 17 | 0 | 102 | 134 | 35 | 21 | 125 | 47 |
| Binary | 10110110 | 111101 | 1111 | 0 | 1000010 | 1011100 | 11101 | 10001 | 1010101 | 100111 |
Color Harmonies of #B63D0F
Complementary color
Monochromatic Colors of #B63D0F
Black with #B63D0F
Text Example
Text Example
White with #B63D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D0F; }
p { color: rgb(182,61,15); }
H1.HeaderClassName
{
color: #B63D0F;
}
.AnyTagClassName
{
color: #B63D0F;
}
</style>
background-color css
<style>
a { background-color: #B63D0F; }
a { background-color: rgb(182,61,15); }
div.DivClassName
{
background-color: #B63D0F;
}
.BgClassName
{
background-color: #B63D0F;
}
</style>
border-color css
<style>
span { border-color: #B63D0F; }
span { border-color: rgb(182,61,15); }
td.TdClassName
{
border-color: #B63D0F;
}
.TagClassName
{
border-color: #B63D0F;
}
</style>