Shades of Rust #B63D00
Tints of Rust #B63D00
RGB
CMYK
RGB Variations
Color information
#B63D00 (or 0xB63D00) is known color: Rust. HEX triplet: B6, 3D and 00. RGB value is (182,61,0). Sum of RGB (Red+Green+Blue) = 182+61+0=243 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.90% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D00 is #49C2FF. Grayscale: #5A5A5A. Windows color (decimal): -4834048 or 15798. OLE color: 15798.
HSL color Cylindrical-coordinate representation of color #B63D00: hue angle of 20.11º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B63D00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.29 |
| HSL | 20.11º | 1% | 0.36% | - |
| HSV(B) | 20.11º | 1% | 0.71% | - |
| XYZ | 20.96 | 13.28 | 1.46 | - |
| YUV | 90.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 0 | 0 | 0.66 | 1 | 0.29 | 20.11 | 1 | 0.36 |
| Hex | B6 | 3D | 0 | 0 | 42 | 64 | 1D | 14 | 64 | 24 |
| Octal | 266 | 75 | 0 | 0 | 102 | 144 | 35 | 24 | 144 | 44 |
| Binary | 10110110 | 111101 | 0 | 0 | 1000010 | 1100100 | 11101 | 10100 | 1100100 | 100100 |
Color Harmonies of #B63D00
Complementary color
Monochromatic Colors of #B63D00
Black with #B63D00
Text Example
Text Example
White with #B63D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D00; }
p { color: rgb(182,61,0); }
H1.HeaderClassName
{
color: #B63D00;
}
.AnyTagClassName
{
color: #B63D00;
}
</style>
background-color css
<style>
a { background-color: #B63D00; }
a { background-color: rgb(182,61,0); }
div.DivClassName
{
background-color: #B63D00;
}
.BgClassName
{
background-color: #B63D00;
}
</style>
border-color css
<style>
span { border-color: #B63D00; }
span { border-color: rgb(182,61,0); }
td.TdClassName
{
border-color: #B63D00;
}
.TagClassName
{
border-color: #B63D00;
}
</style>