Shades of Rust #B24021
Tints of Rust #B24021
RGB
CMYK
RGB Variations
Color information
#B24021 (or 0xB24021) is known color: Rust. HEX triplet: B2, 40 and 21. RGB value is (178,64,33). Sum of RGB (Red+Green+Blue) = 178+64+33=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 33 (13.28% from 255 or 12% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B24021 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24021 is #4DBFDE. Grayscale: #5E5E5E. Windows color (decimal): -5095391 or 2179250. OLE color: 2179250.
HSL color Cylindrical-coordinate representation of color #B24021: hue angle of 12.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B24021 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 33 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.30 |
| HSL | 12.83º | 0.69% | 0.41% | - |
| HSV(B) | 12.83º | 0.81% | 0.7% | - |
| XYZ | 20.47 | 13.24 | 2.92 | - |
| YUV | 94.55 | 93.27 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 33 | 0 | 0.64 | 0.81 | 0.30 | 12.83 | 0.69 | 0.41 |
| Hex | B2 | 40 | 21 | 0 | 40 | 51 | 1E | D | 45 | 29 |
| Octal | 262 | 100 | 41 | 0 | 100 | 121 | 36 | 15 | 105 | 51 |
| Binary | 10110010 | 1000000 | 100001 | 0 | 1000000 | 1010001 | 11110 | 1101 | 1000101 | 101001 |
Color Harmonies of #B24021
Complementary color
Monochromatic Colors of #B24021
Black with #B24021
Text Example
Text Example
White with #B24021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24021; }
p { color: rgb(178,64,33); }
H1.HeaderClassName
{
color: #B24021;
}
.AnyTagClassName
{
color: #B24021;
}
</style>
background-color css
<style>
a { background-color: #B24021; }
a { background-color: rgb(178,64,33); }
div.DivClassName
{
background-color: #B24021;
}
.BgClassName
{
background-color: #B24021;
}
</style>
border-color css
<style>
span { border-color: #B24021; }
span { border-color: rgb(178,64,33); }
td.TdClassName
{
border-color: #B24021;
}
.TagClassName
{
border-color: #B24021;
}
</style>