Shades of Rust #B63F09
Tints of Rust #B63F09
RGB
CMYK
RGB Variations
Color information
#B63F09 (or 0xB63F09) is known color: Rust. HEX triplet: B6, 3F and 09. RGB value is (182,63,9). Sum of RGB (Red+Green+Blue) = 182+63+9=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63F09 is #49C0F6. Grayscale: #5C5C5C. Windows color (decimal): -4833527 or 606134. OLE color: 606134.
HSL color Cylindrical-coordinate representation of color #B63F09: hue angle of 18.73º 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 #B63F09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.29 |
| HSL | 18.73º | 0.91% | 0.37% | - |
| HSV(B) | 18.73º | 0.95% | 0.71% | - |
| XYZ | 21.12 | 13.52 | 1.75 | - |
| YUV | 92.43 | 80.92 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 9 | 0 | 0.65 | 0.95 | 0.29 | 18.73 | 0.91 | 0.37 |
| Hex | B6 | 3F | 9 | 0 | 41 | 5F | 1D | 13 | 5B | 25 |
| Octal | 266 | 77 | 11 | 0 | 101 | 137 | 35 | 23 | 133 | 45 |
| Binary | 10110110 | 111111 | 1001 | 0 | 1000001 | 1011111 | 11101 | 10011 | 1011011 | 100101 |
Color Harmonies of #B63F09
Complementary color
Monochromatic Colors of #B63F09
Black with #B63F09
Text Example
Text Example
White with #B63F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F09; }
p { color: rgb(182,63,9); }
H1.HeaderClassName
{
color: #B63F09;
}
.AnyTagClassName
{
color: #B63F09;
}
</style>
background-color css
<style>
a { background-color: #B63F09; }
a { background-color: rgb(182,63,9); }
div.DivClassName
{
background-color: #B63F09;
}
.BgClassName
{
background-color: #B63F09;
}
</style>
border-color css
<style>
span { border-color: #B63F09; }
span { border-color: rgb(182,63,9); }
td.TdClassName
{
border-color: #B63F09;
}
.TagClassName
{
border-color: #B63F09;
}
</style>