Shades of Rust #B83A0D
Tints of Rust #B83A0D
RGB
CMYK
RGB Variations
Color information
#B83A0D (or 0xB83A0D) is known color: Rust. HEX triplet: B8, 3A and 0D. RGB value is (184,58,13). Sum of RGB (Red+Green+Blue) = 184+58+13=255 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.16% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A0D is #47C5F2. Grayscale: #5A5A5A. Windows color (decimal): -4703731 or 867000. OLE color: 867000.
HSL color Cylindrical-coordinate representation of color #B83A0D: hue angle of 15.79º 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 #B83A0D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 13 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.28 |
| HSL | 15.79º | 0.87% | 0.39% | - |
| HSV(B) | 15.79º | 0.93% | 0.72% | - |
| XYZ | 21.35 | 13.25 | 1.81 | - |
| YUV | 90.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 13 | 0 | 0.68 | 0.93 | 0.28 | 15.79 | 0.87 | 0.39 |
| Hex | B8 | 3A | D | 0 | 44 | 5D | 1C | 10 | 57 | 27 |
| Octal | 270 | 72 | 15 | 0 | 104 | 135 | 34 | 20 | 127 | 47 |
| Binary | 10111000 | 111010 | 1101 | 0 | 1000100 | 1011101 | 11100 | 10000 | 1010111 | 100111 |
Color Harmonies of #B83A0D
Complementary color
Monochromatic Colors of #B83A0D
Black with #B83A0D
Text Example
Text Example
White with #B83A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A0D; }
p { color: rgb(184,58,13); }
H1.HeaderClassName
{
color: #B83A0D;
}
.AnyTagClassName
{
color: #B83A0D;
}
</style>
background-color css
<style>
a { background-color: #B83A0D; }
a { background-color: rgb(184,58,13); }
div.DivClassName
{
background-color: #B83A0D;
}
.BgClassName
{
background-color: #B83A0D;
}
</style>
border-color css
<style>
span { border-color: #B83A0D; }
span { border-color: rgb(184,58,13); }
td.TdClassName
{
border-color: #B83A0D;
}
.TagClassName
{
border-color: #B83A0D;
}
</style>