Shades of Rust #B33F0D
Tints of Rust #B33F0D
RGB
CMYK
RGB Variations
Color information
#B33F0D (or 0xB33F0D) is known color: Rust. HEX triplet: B3, 3F and 0D. RGB value is (179,63,13). Sum of RGB (Red+Green+Blue) = 179+63+13=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33F0D is #4CC0F2. Grayscale: #5C5C5C. Windows color (decimal): -5030131 or 868275. OLE color: 868275.
HSL color Cylindrical-coordinate representation of color #B33F0D: hue angle of 18.07º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B33F0D is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 13 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.30 |
| HSL | 18.07º | 0.86% | 0.38% | - |
| HSV(B) | 18.07º | 0.93% | 0.7% | - |
| XYZ | 20.44 | 13.17 | 1.85 | - |
| YUV | 91.98 | 83.43 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 13 | 0 | 0.65 | 0.93 | 0.30 | 18.07 | 0.86 | 0.38 |
| Hex | B3 | 3F | D | 0 | 41 | 5D | 1E | 12 | 56 | 26 |
| Octal | 263 | 77 | 15 | 0 | 101 | 135 | 36 | 22 | 126 | 46 |
| Binary | 10110011 | 111111 | 1101 | 0 | 1000001 | 1011101 | 11110 | 10010 | 1010110 | 100110 |
Color Harmonies of #B33F0D
Complementary color
Monochromatic Colors of #B33F0D
Black with #B33F0D
Text Example
Text Example
White with #B33F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F0D; }
p { color: rgb(179,63,13); }
H1.HeaderClassName
{
color: #B33F0D;
}
.AnyTagClassName
{
color: #B33F0D;
}
</style>
background-color css
<style>
a { background-color: #B33F0D; }
a { background-color: rgb(179,63,13); }
div.DivClassName
{
background-color: #B33F0D;
}
.BgClassName
{
background-color: #B33F0D;
}
</style>
border-color css
<style>
span { border-color: #B33F0D; }
span { border-color: rgb(179,63,13); }
td.TdClassName
{
border-color: #B33F0D;
}
.TagClassName
{
border-color: #B33F0D;
}
</style>