Shades of Rust #B83A09
Tints of Rust #B83A09
RGB
CMYK
RGB Variations
Color information
#B83A09 (or 0xB83A09) is known color: Rust. HEX triplet: B8, 3A and 09. RGB value is (184,58,9). Sum of RGB (Red+Green+Blue) = 184+58+9=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83A09 is #47C5F6. Grayscale: #5A5A5A. Windows color (decimal): -4703735 or 604856. OLE color: 604856.
HSL color Cylindrical-coordinate representation of color #B83A09: hue angle of 16.8º degrees, saturation: 0.91, 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 #B83A09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 9 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.28 |
| HSL | 16.8º | 0.91% | 0.38% | - |
| HSV(B) | 16.8º | 0.95% | 0.72% | - |
| XYZ | 21.33 | 13.24 | 1.69 | - |
| YUV | 90.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 9 | 0 | 0.68 | 0.95 | 0.28 | 16.8 | 0.91 | 0.38 |
| Hex | B8 | 3A | 9 | 0 | 44 | 5F | 1C | 11 | 5B | 26 |
| Octal | 270 | 72 | 11 | 0 | 104 | 137 | 34 | 21 | 133 | 46 |
| Binary | 10111000 | 111010 | 1001 | 0 | 1000100 | 1011111 | 11100 | 10001 | 1011011 | 100110 |
Color Harmonies of #B83A09
Complementary color
Monochromatic Colors of #B83A09
Black with #B83A09
Text Example
Text Example
White with #B83A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A09; }
p { color: rgb(184,58,9); }
H1.HeaderClassName
{
color: #B83A09;
}
.AnyTagClassName
{
color: #B83A09;
}
</style>
background-color css
<style>
a { background-color: #B83A09; }
a { background-color: rgb(184,58,9); }
div.DivClassName
{
background-color: #B83A09;
}
.BgClassName
{
background-color: #B83A09;
}
</style>
border-color css
<style>
span { border-color: #B83A09; }
span { border-color: rgb(184,58,9); }
td.TdClassName
{
border-color: #B83A09;
}
.TagClassName
{
border-color: #B83A09;
}
</style>