Shades of Rust #B83C07
Tints of Rust #B83C07
RGB
CMYK
RGB Variations
Color information
#B83C07 (or 0xB83C07) is known color: Rust. HEX triplet: B8, 3C and 07. RGB value is (184,60,7). Sum of RGB (Red+Green+Blue) = 184+60+7=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C07 is #47C3F8. Grayscale: #5B5B5B. Windows color (decimal): -4703225 or 474296. OLE color: 474296.
HSL color Cylindrical-coordinate representation of color #B83C07: hue angle of 17.97º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B83C07 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.28 |
| HSL | 17.97º | 0.93% | 0.37% | - |
| HSV(B) | 17.97º | 0.96% | 0.72% | - |
| XYZ | 21.42 | 13.44 | 1.67 | - |
| YUV | 91.03 | 80.58 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 7 | 0 | 0.67 | 0.96 | 0.28 | 17.97 | 0.93 | 0.37 |
| Hex | B8 | 3C | 7 | 0 | 43 | 60 | 1C | 12 | 5D | 25 |
| Octal | 270 | 74 | 7 | 0 | 103 | 140 | 34 | 22 | 135 | 45 |
| Binary | 10111000 | 111100 | 111 | 0 | 1000011 | 1100000 | 11100 | 10010 | 1011101 | 100101 |
Color Harmonies of #B83C07
Complementary color
Monochromatic Colors of #B83C07
Black with #B83C07
Text Example
Text Example
White with #B83C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C07; }
p { color: rgb(184,60,7); }
H1.HeaderClassName
{
color: #B83C07;
}
.AnyTagClassName
{
color: #B83C07;
}
</style>
background-color css
<style>
a { background-color: #B83C07; }
a { background-color: rgb(184,60,7); }
div.DivClassName
{
background-color: #B83C07;
}
.BgClassName
{
background-color: #B83C07;
}
</style>
border-color css
<style>
span { border-color: #B83C07; }
span { border-color: rgb(184,60,7); }
td.TdClassName
{
border-color: #B83C07;
}
.TagClassName
{
border-color: #B83C07;
}
</style>