Shades of Rust #B83D01
Tints of Rust #B83D01
RGB
CMYK
RGB Variations
Color information
#B83D01 (or 0xB83D01) is known color: Rust. HEX triplet: B8, 3D and 01. RGB value is (184,61,1). Sum of RGB (Red+Green+Blue) = 184+61+1=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B83D01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83D01 is #47C2FE. Grayscale: #5B5B5B. Windows color (decimal): -4702975 or 81336. OLE color: 81336.
HSL color Cylindrical-coordinate representation of color #B83D01: hue angle of 19.67º 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 #B83D01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 61 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.28 |
| HSL | 19.67º | 0.99% | 0.36% | - |
| HSV(B) | 19.67º | 0.99% | 0.72% | - |
| XYZ | 21.44 | 13.53 | 1.51 | - |
| YUV | 90.94 | 77.25 | 194.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 61 | 1 | 0 | 0.67 | 0.99 | 0.28 | 19.67 | 0.99 | 0.36 |
| Hex | B8 | 3D | 1 | 0 | 43 | 63 | 1C | 14 | 63 | 24 |
| Octal | 270 | 75 | 1 | 0 | 103 | 143 | 34 | 24 | 143 | 44 |
| Binary | 10111000 | 111101 | 1 | 0 | 1000011 | 1100011 | 11100 | 10100 | 1100011 | 100100 |
Color Harmonies of #B83D01
Complementary color
Monochromatic Colors of #B83D01
Black with #B83D01
Text Example
Text Example
White with #B83D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83D01; }
p { color: rgb(184,61,1); }
H1.HeaderClassName
{
color: #B83D01;
}
.AnyTagClassName
{
color: #B83D01;
}
</style>
background-color css
<style>
a { background-color: #B83D01; }
a { background-color: rgb(184,61,1); }
div.DivClassName
{
background-color: #B83D01;
}
.BgClassName
{
background-color: #B83D01;
}
</style>
border-color css
<style>
span { border-color: #B83D01; }
span { border-color: rgb(184,61,1); }
td.TdClassName
{
border-color: #B83D01;
}
.TagClassName
{
border-color: #B83D01;
}
</style>