Shades of Rust #B24B03
Tints of Rust #B24B03
RGB
CMYK
RGB Variations
Color information
#B24B03 (or 0xB24B03) is known color: Rust. HEX triplet: B2, 4B and 03. RGB value is (178,75,3). Sum of RGB (Red+Green+Blue) = 178+75+3=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 75 (29.69% from 255 or 29.30% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B24B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24B03 is #4DB4FC. Grayscale: #616161. Windows color (decimal): -5092605 or 215986. OLE color: 215986.
HSL color Cylindrical-coordinate representation of color #B24B03: hue angle of 24.69º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B24B03 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 75 | 3 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.30 |
| HSL | 24.69º | 0.97% | 0.35% | - |
| HSV(B) | 24.69º | 0.98% | 0.7% | - |
| XYZ | 20.89 | 14.5 | 1.78 | - |
| YUV | 97.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 75 | 3 | 0 | 0.58 | 0.98 | 0.30 | 24.69 | 0.97 | 0.35 |
| Hex | B2 | 4B | 3 | 0 | 3A | 62 | 1E | 19 | 61 | 23 |
| Octal | 262 | 113 | 3 | 0 | 72 | 142 | 36 | 31 | 141 | 43 |
| Binary | 10110010 | 1001011 | 11 | 0 | 111010 | 1100010 | 11110 | 11001 | 1100001 | 100011 |
Color Harmonies of #B24B03
Complementary color
Monochromatic Colors of #B24B03
Black with #B24B03
Text Example
Text Example
White with #B24B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24B03; }
p { color: rgb(178,75,3); }
H1.HeaderClassName
{
color: #B24B03;
}
.AnyTagClassName
{
color: #B24B03;
}
</style>
background-color css
<style>
a { background-color: #B24B03; }
a { background-color: rgb(178,75,3); }
div.DivClassName
{
background-color: #B24B03;
}
.BgClassName
{
background-color: #B24B03;
}
</style>
border-color css
<style>
span { border-color: #B24B03; }
span { border-color: rgb(178,75,3); }
td.TdClassName
{
border-color: #B24B03;
}
.TagClassName
{
border-color: #B24B03;
}
</style>