Shades of Rust #B24A0A
Tints of Rust #B24A0A
RGB
CMYK
RGB Variations
Color information
#B24A0A (or 0xB24A0A) is known color: Rust. HEX triplet: B2, 4A and 0A. RGB value is (178,74,10). Sum of RGB (Red+Green+Blue) = 178+74+10=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B24A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24A0A is #4DB5F5. Grayscale: #626262. Windows color (decimal): -5092854 or 674482. OLE color: 674482.
HSL color Cylindrical-coordinate representation of color #B24A0A: hue angle of 22.86º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B24A0A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 74 | 10 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.30 |
| HSL | 22.86º | 0.89% | 0.37% | - |
| HSV(B) | 22.86º | 0.94% | 0.7% | - |
| XYZ | 20.86 | 14.38 | 1.96 | - |
| YUV | 97.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 74 | 10 | 0 | 0.58 | 0.94 | 0.30 | 22.86 | 0.89 | 0.37 |
| Hex | B2 | 4A | A | 0 | 3A | 5E | 1E | 17 | 59 | 25 |
| Octal | 262 | 112 | 12 | 0 | 72 | 136 | 36 | 27 | 131 | 45 |
| Binary | 10110010 | 1001010 | 1010 | 0 | 111010 | 1011110 | 11110 | 10111 | 1011001 | 100101 |
Color Harmonies of #B24A0A
Complementary color
Monochromatic Colors of #B24A0A
Black with #B24A0A
Text Example
Text Example
White with #B24A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24A0A; }
p { color: rgb(178,74,10); }
H1.HeaderClassName
{
color: #B24A0A;
}
.AnyTagClassName
{
color: #B24A0A;
}
</style>
background-color css
<style>
a { background-color: #B24A0A; }
a { background-color: rgb(178,74,10); }
div.DivClassName
{
background-color: #B24A0A;
}
.BgClassName
{
background-color: #B24A0A;
}
</style>
border-color css
<style>
span { border-color: #B24A0A; }
span { border-color: rgb(178,74,10); }
td.TdClassName
{
border-color: #B24A0A;
}
.TagClassName
{
border-color: #B24A0A;
}
</style>