Shades of Rust #B83C04
Tints of Rust #B83C04
RGB
CMYK
RGB Variations
Color information
#B83C04 (or 0xB83C04) is known color: Rust. HEX triplet: B8, 3C and 04. RGB value is (184,60,4). Sum of RGB (Red+Green+Blue) = 184+60+4=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83C04 is #47C3FB. Grayscale: #5B5B5B. Windows color (decimal): -4703228 or 277688. OLE color: 277688.
HSL color Cylindrical-coordinate representation of color #B83C04: hue angle of 18.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B83C04 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.28 |
| HSL | 18.67º | 0.96% | 0.37% | - |
| HSV(B) | 18.67º | 0.98% | 0.72% | - |
| XYZ | 21.4 | 13.43 | 1.58 | - |
| YUV | 90.69 | 79.08 | 194.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 4 | 0 | 0.67 | 0.98 | 0.28 | 18.67 | 0.96 | 0.37 |
| Hex | B8 | 3C | 4 | 0 | 43 | 62 | 1C | 13 | 60 | 25 |
| Octal | 270 | 74 | 4 | 0 | 103 | 142 | 34 | 23 | 140 | 45 |
| Binary | 10111000 | 111100 | 100 | 0 | 1000011 | 1100010 | 11100 | 10011 | 1100000 | 100101 |
Color Harmonies of #B83C04
Complementary color
Monochromatic Colors of #B83C04
Black with #B83C04
Text Example
Text Example
White with #B83C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C04; }
p { color: rgb(184,60,4); }
H1.HeaderClassName
{
color: #B83C04;
}
.AnyTagClassName
{
color: #B83C04;
}
</style>
background-color css
<style>
a { background-color: #B83C04; }
a { background-color: rgb(184,60,4); }
div.DivClassName
{
background-color: #B83C04;
}
.BgClassName
{
background-color: #B83C04;
}
</style>
border-color css
<style>
span { border-color: #B83C04; }
span { border-color: rgb(184,60,4); }
td.TdClassName
{
border-color: #B83C04;
}
.TagClassName
{
border-color: #B83C04;
}
</style>