Shades of Rust #B33D12
Tints of Rust #B33D12
RGB
CMYK
RGB Variations
Color information
#B33D12 (or 0xB33D12) is known color: Rust. HEX triplet: B3, 3D and 12. RGB value is (179,61,18). Sum of RGB (Red+Green+Blue) = 179+61+18=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33D12 is #4CC2ED. Grayscale: #5B5B5B. Windows color (decimal): -5030638 or 1195443. OLE color: 1195443.
HSL color Cylindrical-coordinate representation of color #B33D12: hue angle of 16.02º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B33D12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 18 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.30 |
| HSL | 16.02º | 0.82% | 0.39% | - |
| HSV(B) | 16.02º | 0.9% | 0.7% | - |
| XYZ | 20.37 | 12.96 | 2 | - |
| YUV | 91.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 18 | 0 | 0.66 | 0.90 | 0.30 | 16.02 | 0.82 | 0.39 |
| Hex | B3 | 3D | 12 | 0 | 42 | 5A | 1E | 10 | 52 | 27 |
| Octal | 263 | 75 | 22 | 0 | 102 | 132 | 36 | 20 | 122 | 47 |
| Binary | 10110011 | 111101 | 10010 | 0 | 1000010 | 1011010 | 11110 | 10000 | 1010010 | 100111 |
Color Harmonies of #B33D12
Complementary color
Monochromatic Colors of #B33D12
Black with #B33D12
Text Example
Text Example
White with #B33D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D12; }
p { color: rgb(179,61,18); }
H1.HeaderClassName
{
color: #B33D12;
}
.AnyTagClassName
{
color: #B33D12;
}
</style>
background-color css
<style>
a { background-color: #B33D12; }
a { background-color: rgb(179,61,18); }
div.DivClassName
{
background-color: #B33D12;
}
.BgClassName
{
background-color: #B33D12;
}
</style>
border-color css
<style>
span { border-color: #B33D12; }
span { border-color: rgb(179,61,18); }
td.TdClassName
{
border-color: #B33D12;
}
.TagClassName
{
border-color: #B33D12;
}
</style>