Shades of Rust #B8360D
Tints of Rust #B8360D
RGB
CMYK
RGB Variations
Color information
#B8360D (or 0xB8360D) is known color: Rust. HEX triplet: B8, 36 and 0D. RGB value is (184,54,13). Sum of RGB (Red+Green+Blue) = 184+54+13=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B8360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8360D is #47C9F2. Grayscale: #585858. Windows color (decimal): -4704755 or 865976. OLE color: 865976.
HSL color Cylindrical-coordinate representation of color #B8360D: hue angle of 14.39º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8360D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 54 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.28 |
| HSL | 14.39º | 0.87% | 0.39% | - |
| HSV(B) | 14.39º | 0.93% | 0.72% | - |
| XYZ | 21.16 | 12.86 | 1.75 | - |
| YUV | 88.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 13 | 0 | 0.71 | 0.93 | 0.28 | 14.39 | 0.87 | 0.39 |
| Hex | B8 | 36 | D | 0 | 47 | 5D | 1C | E | 57 | 27 |
| Octal | 270 | 66 | 15 | 0 | 107 | 135 | 34 | 16 | 127 | 47 |
| Binary | 10111000 | 110110 | 1101 | 0 | 1000111 | 1011101 | 11100 | 1110 | 1010111 | 100111 |
Color Harmonies of #B8360D
Complementary color
Monochromatic Colors of #B8360D
Black with #B8360D
Text Example
Text Example
White with #B8360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8360D; }
p { color: rgb(184,54,13); }
H1.HeaderClassName
{
color: #B8360D;
}
.AnyTagClassName
{
color: #B8360D;
}
</style>
background-color css
<style>
a { background-color: #B8360D; }
a { background-color: rgb(184,54,13); }
div.DivClassName
{
background-color: #B8360D;
}
.BgClassName
{
background-color: #B8360D;
}
</style>
border-color css
<style>
span { border-color: #B8360D; }
span { border-color: rgb(184,54,13); }
td.TdClassName
{
border-color: #B8360D;
}
.TagClassName
{
border-color: #B8360D;
}
</style>