Shades of Rust #B24409
Tints of Rust #B24409
RGB
CMYK
RGB Variations
Color information
#B24409 (or 0xB24409) is known color: Rust. HEX triplet: B2, 44 and 09. RGB value is (178,68,9). Sum of RGB (Red+Green+Blue) = 178+68+9=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B24409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24409 is #4DBBF6. Grayscale: #5E5E5E. Windows color (decimal): -5094391 or 607410. OLE color: 607410.
HSL color Cylindrical-coordinate representation of color #B24409: hue angle of 20.95º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B24409 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.30 |
| HSL | 20.95º | 0.9% | 0.37% | - |
| HSV(B) | 20.95º | 0.95% | 0.7% | - |
| XYZ | 20.48 | 13.62 | 1.81 | - |
| YUV | 94.16 | 79.94 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 9 | 0 | 0.62 | 0.95 | 0.30 | 20.95 | 0.9 | 0.37 |
| Hex | B2 | 44 | 9 | 0 | 3E | 5F | 1E | 15 | 5A | 25 |
| Octal | 262 | 104 | 11 | 0 | 76 | 137 | 36 | 25 | 132 | 45 |
| Binary | 10110010 | 1000100 | 1001 | 0 | 111110 | 1011111 | 11110 | 10101 | 1011010 | 100101 |
Color Harmonies of #B24409
Complementary color
Monochromatic Colors of #B24409
Black with #B24409
Text Example
Text Example
White with #B24409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24409; }
p { color: rgb(178,68,9); }
H1.HeaderClassName
{
color: #B24409;
}
.AnyTagClassName
{
color: #B24409;
}
</style>
background-color css
<style>
a { background-color: #B24409; }
a { background-color: rgb(178,68,9); }
div.DivClassName
{
background-color: #B24409;
}
.BgClassName
{
background-color: #B24409;
}
</style>
border-color css
<style>
span { border-color: #B24409; }
span { border-color: rgb(178,68,9); }
td.TdClassName
{
border-color: #B24409;
}
.TagClassName
{
border-color: #B24409;
}
</style>