Shades of Rust #B8380A
Tints of Rust #B8380A
RGB
CMYK
RGB Variations
Color information
#B8380A (or 0xB8380A) is known color: Rust. HEX triplet: B8, 38 and 0A. RGB value is (184,56,10). Sum of RGB (Red+Green+Blue) = 184+56+10=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8380A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8380A is #47C7F5. Grayscale: #595959. Windows color (decimal): -4704246 or 669880. OLE color: 669880.
HSL color Cylindrical-coordinate representation of color #B8380A: hue angle of 15.86º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B8380A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 10 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.28 |
| HSL | 15.86º | 0.9% | 0.38% | - |
| HSV(B) | 15.86º | 0.95% | 0.72% | - |
| XYZ | 21.24 | 13.04 | 1.68 | - |
| YUV | 89.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 10 | 0 | 0.70 | 0.95 | 0.28 | 15.86 | 0.9 | 0.38 |
| Hex | B8 | 38 | A | 0 | 46 | 5F | 1C | 10 | 5A | 26 |
| Octal | 270 | 70 | 12 | 0 | 106 | 137 | 34 | 20 | 132 | 46 |
| Binary | 10111000 | 111000 | 1010 | 0 | 1000110 | 1011111 | 11100 | 10000 | 1011010 | 100110 |
Color Harmonies of #B8380A
Complementary color
Monochromatic Colors of #B8380A
Black with #B8380A
Text Example
Text Example
White with #B8380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8380A; }
p { color: rgb(184,56,10); }
H1.HeaderClassName
{
color: #B8380A;
}
.AnyTagClassName
{
color: #B8380A;
}
</style>
background-color css
<style>
a { background-color: #B8380A; }
a { background-color: rgb(184,56,10); }
div.DivClassName
{
background-color: #B8380A;
}
.BgClassName
{
background-color: #B8380A;
}
</style>
border-color css
<style>
span { border-color: #B8380A; }
span { border-color: rgb(184,56,10); }
td.TdClassName
{
border-color: #B8380A;
}
.TagClassName
{
border-color: #B8380A;
}
</style>