Shades of Rust #B63B09
Tints of Rust #B63B09
RGB
CMYK
RGB Variations
Color information
#B63B09 (or 0xB63B09) is known color: Rust. HEX triplet: B6, 3B and 09. RGB value is (182,59,9). Sum of RGB (Red+Green+Blue) = 182+59+9=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 9 (3.91% from 255 or 3.6% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63B09 is #49C4F6. Grayscale: #5A5A5A. Windows color (decimal): -4834551 or 605110. OLE color: 605110.
HSL color Cylindrical-coordinate representation of color #B63B09: hue angle of 17.34º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B63B09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 9 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.29 |
| HSL | 17.34º | 0.91% | 0.37% | - |
| HSV(B) | 17.34º | 0.95% | 0.71% | - |
| XYZ | 20.9 | 13.09 | 1.68 | - |
| YUV | 90.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 9 | 0 | 0.68 | 0.95 | 0.29 | 17.34 | 0.91 | 0.37 |
| Hex | B6 | 3B | 9 | 0 | 44 | 5F | 1D | 11 | 5B | 25 |
| Octal | 266 | 73 | 11 | 0 | 104 | 137 | 35 | 21 | 133 | 45 |
| Binary | 10110110 | 111011 | 1001 | 0 | 1000100 | 1011111 | 11101 | 10001 | 1011011 | 100101 |
Color Harmonies of #B63B09
Complementary color
Monochromatic Colors of #B63B09
Black with #B63B09
Text Example
Text Example
White with #B63B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B09; }
p { color: rgb(182,59,9); }
H1.HeaderClassName
{
color: #B63B09;
}
.AnyTagClassName
{
color: #B63B09;
}
</style>
background-color css
<style>
a { background-color: #B63B09; }
a { background-color: rgb(182,59,9); }
div.DivClassName
{
background-color: #B63B09;
}
.BgClassName
{
background-color: #B63B09;
}
</style>
border-color css
<style>
span { border-color: #B63B09; }
span { border-color: rgb(182,59,9); }
td.TdClassName
{
border-color: #B63B09;
}
.TagClassName
{
border-color: #B63B09;
}
</style>