Shades of Rust #B24B1A
Tints of Rust #B24B1A
RGB
CMYK
RGB Variations
Color information
#B24B1A (or 0xB24B1A) is known color: Rust. HEX triplet: B2, 4B and 1A. RGB value is (178,75,26). Sum of RGB (Red+Green+Blue) = 178+75+26=279 (36% of max value = 765). Red value is 178 (69.92% from 255 or 63.80% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24B1A is #4DB4E5. Grayscale: #646464. Windows color (decimal): -5092582 or 1723314. OLE color: 1723314.
HSL color Cylindrical-coordinate representation of color #B24B1A: hue angle of 19.34º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B24B1A is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 75 | 26 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.30 |
| HSL | 19.34º | 0.75% | 0.4% | - |
| HSV(B) | 19.34º | 0.85% | 0.7% | - |
| XYZ | 21.06 | 14.57 | 2.68 | - |
| YUV | 100.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 26 | 0 | 0.58 | 0.85 | 0.30 | 19.34 | 0.75 | 0.4 |
| Hex | B2 | 4B | 1A | 0 | 3A | 55 | 1E | 13 | 4B | 28 |
| Octal | 262 | 113 | 32 | 0 | 72 | 125 | 36 | 23 | 113 | 50 |
| Binary | 10110010 | 1001011 | 11010 | 0 | 111010 | 1010101 | 11110 | 10011 | 1001011 | 101000 |
Color Harmonies of #B24B1A
Complementary color
Monochromatic Colors of #B24B1A
Black with #B24B1A
Text Example
Text Example
White with #B24B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24B1A; }
p { color: rgb(178,75,26); }
H1.HeaderClassName
{
color: #B24B1A;
}
.AnyTagClassName
{
color: #B24B1A;
}
</style>
background-color css
<style>
a { background-color: #B24B1A; }
a { background-color: rgb(178,75,26); }
div.DivClassName
{
background-color: #B24B1A;
}
.BgClassName
{
background-color: #B24B1A;
}
</style>
border-color css
<style>
span { border-color: #B24B1A; }
span { border-color: rgb(178,75,26); }
td.TdClassName
{
border-color: #B24B1A;
}
.TagClassName
{
border-color: #B24B1A;
}
</style>