Shades of Rust #B7300D
Tints of Rust #B7300D
RGB
CMYK
RGB Variations
Color information
#B7300D (or 0xB7300D) is known color: Rust. HEX triplet: B7, 30 and 0D. RGB value is (183,48,13). Sum of RGB (Red+Green+Blue) = 183+48+13=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 13 (5.47% from 255 or 5.33% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7300D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7300D is #48CFF2. Grayscale: #545454. Windows color (decimal): -4771827 or 864439. OLE color: 864439.
HSL color Cylindrical-coordinate representation of color #B7300D: hue angle of 12.35º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7300D is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 13 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.28 |
| HSL | 12.35º | 0.87% | 0.38% | - |
| HSV(B) | 12.35º | 0.93% | 0.72% | - |
| XYZ | 20.66 | 12.21 | 1.65 | - |
| YUV | 84.38 | 87.73 | 198.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 13 | 0 | 0.74 | 0.93 | 0.28 | 12.35 | 0.87 | 0.38 |
| Hex | B7 | 30 | D | 0 | 4A | 5D | 1C | C | 57 | 26 |
| Octal | 267 | 60 | 15 | 0 | 112 | 135 | 34 | 14 | 127 | 46 |
| Binary | 10110111 | 110000 | 1101 | 0 | 1001010 | 1011101 | 11100 | 1100 | 1010111 | 100110 |
Color Harmonies of #B7300D
Complementary color
Monochromatic Colors of #B7300D
Black with #B7300D
Text Example
Text Example
White with #B7300D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7300D; }
p { color: rgb(183,48,13); }
H1.HeaderClassName
{
color: #B7300D;
}
.AnyTagClassName
{
color: #B7300D;
}
</style>
background-color css
<style>
a { background-color: #B7300D; }
a { background-color: rgb(183,48,13); }
div.DivClassName
{
background-color: #B7300D;
}
.BgClassName
{
background-color: #B7300D;
}
</style>
border-color css
<style>
span { border-color: #B7300D; }
span { border-color: rgb(183,48,13); }
td.TdClassName
{
border-color: #B7300D;
}
.TagClassName
{
border-color: #B7300D;
}
</style>