Shades of Rust #B33D0C
Tints of Rust #B33D0C
RGB
CMYK
RGB Variations
Color information
#B33D0C (or 0xB33D0C) is known color: Rust. HEX triplet: B3, 3D and 0C. RGB value is (179,61,12). Sum of RGB (Red+Green+Blue) = 179+61+12=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33D0C is #4CC2F3. Grayscale: #5B5B5B. Windows color (decimal): -5030644 or 802227. OLE color: 802227.
HSL color Cylindrical-coordinate representation of color #B33D0C: hue angle of 17.6º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B33D0C is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 12 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.30 |
| HSL | 17.6º | 0.87% | 0.37% | - |
| HSV(B) | 17.6º | 0.93% | 0.7% | - |
| XYZ | 20.33 | 12.95 | 1.78 | - |
| YUV | 90.7 | 83.59 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 12 | 0 | 0.66 | 0.93 | 0.30 | 17.6 | 0.87 | 0.37 |
| Hex | B3 | 3D | C | 0 | 42 | 5D | 1E | 12 | 57 | 25 |
| Octal | 263 | 75 | 14 | 0 | 102 | 135 | 36 | 22 | 127 | 45 |
| Binary | 10110011 | 111101 | 1100 | 0 | 1000010 | 1011101 | 11110 | 10010 | 1010111 | 100101 |
Color Harmonies of #B33D0C
Complementary color
Monochromatic Colors of #B33D0C
Black with #B33D0C
Text Example
Text Example
White with #B33D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D0C; }
p { color: rgb(179,61,12); }
H1.HeaderClassName
{
color: #B33D0C;
}
.AnyTagClassName
{
color: #B33D0C;
}
</style>
background-color css
<style>
a { background-color: #B33D0C; }
a { background-color: rgb(179,61,12); }
div.DivClassName
{
background-color: #B33D0C;
}
.BgClassName
{
background-color: #B33D0C;
}
</style>
border-color css
<style>
span { border-color: #B33D0C; }
span { border-color: rgb(179,61,12); }
td.TdClassName
{
border-color: #B33D0C;
}
.TagClassName
{
border-color: #B33D0C;
}
</style>