Shades of Rust #B33901
Tints of Rust #B33901
RGB
CMYK
RGB Variations
Color information
#B33901 (or 0xB33901) is known color: Rust. HEX triplet: B3, 39 and 01. RGB value is (179,57,1). Sum of RGB (Red+Green+Blue) = 179+57+1=237 (31% of max value = 765). Red value is 179 (70.31% from 255 or 75.53% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 179 - color contains mainly: red. Hex color #B33901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33901 is #4CC6FE. Grayscale: #575757. Windows color (decimal): -5031679 or 80307. OLE color: 80307.
HSL color Cylindrical-coordinate representation of color #B33901: hue angle of 18.88º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B33901 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 57 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.30 |
| HSL | 18.88º | 0.99% | 0.35% | - |
| HSV(B) | 18.88º | 0.99% | 0.7% | - |
| XYZ | 20.06 | 12.51 | 1.39 | - |
| YUV | 87.09 | 79.42 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 57 | 1 | 0 | 0.68 | 0.99 | 0.30 | 18.88 | 0.99 | 0.35 |
| Hex | B3 | 39 | 1 | 0 | 44 | 63 | 1E | 13 | 63 | 23 |
| Octal | 263 | 71 | 1 | 0 | 104 | 143 | 36 | 23 | 143 | 43 |
| Binary | 10110011 | 111001 | 1 | 0 | 1000100 | 1100011 | 11110 | 10011 | 1100011 | 100011 |
Color Harmonies of #B33901
Complementary color
Monochromatic Colors of #B33901
Black with #B33901
Text Example
Text Example
White with #B33901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33901; }
p { color: rgb(179,57,1); }
H1.HeaderClassName
{
color: #B33901;
}
.AnyTagClassName
{
color: #B33901;
}
</style>
background-color css
<style>
a { background-color: #B33901; }
a { background-color: rgb(179,57,1); }
div.DivClassName
{
background-color: #B33901;
}
.BgClassName
{
background-color: #B33901;
}
</style>
border-color css
<style>
span { border-color: #B33901; }
span { border-color: rgb(179,57,1); }
td.TdClassName
{
border-color: #B33901;
}
.TagClassName
{
border-color: #B33901;
}
</style>