Shades of Rust #B83C1F
Tints of Rust #B83C1F
RGB
CMYK
RGB Variations
Color information
#B83C1F (or 0xB83C1F) is known color: Rust. HEX triplet: B8, 3C and 1F. RGB value is (184,60,31). Sum of RGB (Red+Green+Blue) = 184+60+31=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C1F is #47C3E0. Grayscale: #5E5E5E. Windows color (decimal): -4703201 or 2047160. OLE color: 2047160.
HSL color Cylindrical-coordinate representation of color #B83C1F: hue angle of 11.37º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B83C1F is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 31 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.28 |
| HSL | 11.37º | 0.71% | 0.42% | - |
| HSV(B) | 11.37º | 0.83% | 0.72% | - |
| XYZ | 21.63 | 13.52 | 2.77 | - |
| YUV | 93.77 | 92.58 | 192.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 31 | 0 | 0.67 | 0.83 | 0.28 | 11.37 | 0.71 | 0.42 |
| Hex | B8 | 3C | 1F | 0 | 43 | 53 | 1C | B | 47 | 2A |
| Octal | 270 | 74 | 37 | 0 | 103 | 123 | 34 | 13 | 107 | 52 |
| Binary | 10111000 | 111100 | 11111 | 0 | 1000011 | 1010011 | 11100 | 1011 | 1000111 | 101010 |
Color Harmonies of #B83C1F
Complementary color
Monochromatic Colors of #B83C1F
Black with #B83C1F
Text Example
Text Example
White with #B83C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C1F; }
p { color: rgb(184,60,31); }
H1.HeaderClassName
{
color: #B83C1F;
}
.AnyTagClassName
{
color: #B83C1F;
}
</style>
background-color css
<style>
a { background-color: #B83C1F; }
a { background-color: rgb(184,60,31); }
div.DivClassName
{
background-color: #B83C1F;
}
.BgClassName
{
background-color: #B83C1F;
}
</style>
border-color css
<style>
span { border-color: #B83C1F; }
span { border-color: rgb(184,60,31); }
td.TdClassName
{
border-color: #B83C1F;
}
.TagClassName
{
border-color: #B83C1F;
}
</style>