Shades of Rust #B43409
Tints of Rust #B43409
RGB
CMYK
RGB Variations
Color information
#B43409 (or 0xB43409) is known color: Rust. HEX triplet: B4, 34 and 09. RGB value is (180,52,9). Sum of RGB (Red+Green+Blue) = 180+52+9=241 (31% of max value = 765). Red value is 180 (70.70% from 255 or 74.69% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 180 - color contains mainly: red. Hex color #B43409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43409 is #4BCBF6. Grayscale: #555555. Windows color (decimal): -4967415 or 603316. OLE color: 603316.
HSL color Cylindrical-coordinate representation of color #B43409: hue angle of 15.09º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B43409 is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 9 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.29 |
| HSL | 15.09º | 0.9% | 0.37% | - |
| HSV(B) | 15.09º | 0.95% | 0.71% | - |
| XYZ | 20.1 | 12.18 | 1.55 | - |
| YUV | 85.37 | 84.91 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 9 | 0 | 0.71 | 0.95 | 0.29 | 15.09 | 0.9 | 0.37 |
| Hex | B4 | 34 | 9 | 0 | 47 | 5F | 1D | F | 5A | 25 |
| Octal | 264 | 64 | 11 | 0 | 107 | 137 | 35 | 17 | 132 | 45 |
| Binary | 10110100 | 110100 | 1001 | 0 | 1000111 | 1011111 | 11101 | 1111 | 1011010 | 100101 |
Color Harmonies of #B43409
Complementary color
Monochromatic Colors of #B43409
Black with #B43409
Text Example
Text Example
White with #B43409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43409; }
p { color: rgb(180,52,9); }
H1.HeaderClassName
{
color: #B43409;
}
.AnyTagClassName
{
color: #B43409;
}
</style>
background-color css
<style>
a { background-color: #B43409; }
a { background-color: rgb(180,52,9); }
div.DivClassName
{
background-color: #B43409;
}
.BgClassName
{
background-color: #B43409;
}
</style>
border-color css
<style>
span { border-color: #B43409; }
span { border-color: rgb(180,52,9); }
td.TdClassName
{
border-color: #B43409;
}
.TagClassName
{
border-color: #B43409;
}
</style>