Shades of Rust #B83409
Tints of Rust #B83409
RGB
CMYK
RGB Variations
Color information
#B83409 (or 0xB83409) is known color: Rust. HEX triplet: B8, 34 and 09. RGB value is (184,52,9). Sum of RGB (Red+Green+Blue) = 184+52+9=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B83409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83409 is #47CBF6. Grayscale: #565656. Windows color (decimal): -4705271 or 603320. OLE color: 603320.
HSL color Cylindrical-coordinate representation of color #B83409: hue angle of 14.74º 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 #B83409 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 9 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.28 |
| HSL | 14.74º | 0.91% | 0.38% | - |
| HSV(B) | 14.74º | 0.95% | 0.72% | - |
| XYZ | 21.04 | 12.67 | 1.59 | - |
| YUV | 86.57 | 84.23 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 9 | 0 | 0.72 | 0.95 | 0.28 | 14.74 | 0.91 | 0.38 |
| Hex | B8 | 34 | 9 | 0 | 48 | 5F | 1C | F | 5B | 26 |
| Octal | 270 | 64 | 11 | 0 | 110 | 137 | 34 | 17 | 133 | 46 |
| Binary | 10111000 | 110100 | 1001 | 0 | 1001000 | 1011111 | 11100 | 1111 | 1011011 | 100110 |
Color Harmonies of #B83409
Complementary color
Monochromatic Colors of #B83409
Black with #B83409
Text Example
Text Example
White with #B83409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83409; }
p { color: rgb(184,52,9); }
H1.HeaderClassName
{
color: #B83409;
}
.AnyTagClassName
{
color: #B83409;
}
</style>
background-color css
<style>
a { background-color: #B83409; }
a { background-color: rgb(184,52,9); }
div.DivClassName
{
background-color: #B83409;
}
.BgClassName
{
background-color: #B83409;
}
</style>
border-color css
<style>
span { border-color: #B83409; }
span { border-color: rgb(184,52,9); }
td.TdClassName
{
border-color: #B83409;
}
.TagClassName
{
border-color: #B83409;
}
</style>