Shades of Rust #B24A09
Tints of Rust #B24A09
RGB
CMYK
RGB Variations
Color information
#B24A09 (or 0xB24A09) is known color: Rust. HEX triplet: B2, 4A and 09. RGB value is (178,74,9). Sum of RGB (Red+Green+Blue) = 178+74+9=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A09 is #4DB5F6. Grayscale: #626262. Windows color (decimal): -5092855 or 608946. OLE color: 608946.
HSL color Cylindrical-coordinate representation of color #B24A09: hue angle of 23.08º 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 #B24A09 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 9 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.30 |
| HSL | 23.08º | 0.9% | 0.37% | - |
| HSV(B) | 23.08º | 0.95% | 0.7% | - |
| XYZ | 20.86 | 14.38 | 1.94 | - |
| YUV | 97.69 | 77.96 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 9 | 0 | 0.58 | 0.95 | 0.30 | 23.08 | 0.9 | 0.37 |
| Hex | B2 | 4A | 9 | 0 | 3A | 5F | 1E | 17 | 5A | 25 |
| Octal | 262 | 112 | 11 | 0 | 72 | 137 | 36 | 27 | 132 | 45 |
| Binary | 10110010 | 1001010 | 1001 | 0 | 111010 | 1011111 | 11110 | 10111 | 1011010 | 100101 |
Color Harmonies of #B24A09
Complementary color
Monochromatic Colors of #B24A09
Black with #B24A09
Text Example
Text Example
White with #B24A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24A09; }
p { color: rgb(178,74,9); }
H1.HeaderClassName
{
color: #B24A09;
}
.AnyTagClassName
{
color: #B24A09;
}
</style>
background-color css
<style>
a { background-color: #B24A09; }
a { background-color: rgb(178,74,9); }
div.DivClassName
{
background-color: #B24A09;
}
.BgClassName
{
background-color: #B24A09;
}
</style>
border-color css
<style>
span { border-color: #B24A09; }
span { border-color: rgb(178,74,9); }
td.TdClassName
{
border-color: #B24A09;
}
.TagClassName
{
border-color: #B24A09;
}
</style>