Shades of Rust #B83501
Tints of Rust #B83501
RGB
CMYK
RGB Variations
Color information
#B83501 (or 0xB83501) is known color: Rust. HEX triplet: B8, 35 and 01. RGB value is (184,53,1). Sum of RGB (Red+Green+Blue) = 184+53+1=238 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.31% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 184 - color contains mainly: red. Hex color #B83501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83501 is #47CAFE. Grayscale: #565656. Windows color (decimal): -4705023 or 79288. OLE color: 79288.
HSL color Cylindrical-coordinate representation of color #B83501: hue angle of 17.05º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B83501 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.28 |
| HSL | 17.05º | 0.99% | 0.36% | - |
| HSV(B) | 17.05º | 0.99% | 0.72% | - |
| XYZ | 21.05 | 12.74 | 1.38 | - |
| YUV | 86.24 | 79.9 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 1 | 0 | 0.71 | 0.99 | 0.28 | 17.05 | 0.99 | 0.36 |
| Hex | B8 | 35 | 1 | 0 | 47 | 63 | 1C | 11 | 63 | 24 |
| Octal | 270 | 65 | 1 | 0 | 107 | 143 | 34 | 21 | 143 | 44 |
| Binary | 10111000 | 110101 | 1 | 0 | 1000111 | 1100011 | 11100 | 10001 | 1100011 | 100100 |
Color Harmonies of #B83501
Complementary color
Monochromatic Colors of #B83501
Black with #B83501
Text Example
Text Example
White with #B83501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83501; }
p { color: rgb(184,53,1); }
H1.HeaderClassName
{
color: #B83501;
}
.AnyTagClassName
{
color: #B83501;
}
</style>
background-color css
<style>
a { background-color: #B83501; }
a { background-color: rgb(184,53,1); }
div.DivClassName
{
background-color: #B83501;
}
.BgClassName
{
background-color: #B83501;
}
</style>
border-color css
<style>
span { border-color: #B83501; }
span { border-color: rgb(184,53,1); }
td.TdClassName
{
border-color: #B83501;
}
.TagClassName
{
border-color: #B83501;
}
</style>