Shades of Rust #B24603
Tints of Rust #B24603
RGB
CMYK
RGB Variations
Color information
#B24603 (or 0xB24603) is known color: Rust. HEX triplet: B2, 46 and 03. RGB value is (178,70,3). Sum of RGB (Red+Green+Blue) = 178+70+3=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B24603 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24603 is #4DB9FC. Grayscale: #5F5F5F. Windows color (decimal): -5093885 or 214706. OLE color: 214706.
HSL color Cylindrical-coordinate representation of color #B24603: hue angle of 22.97º 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 #B24603 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.30 |
| HSL | 22.97º | 0.97% | 0.35% | - |
| HSV(B) | 22.97º | 0.98% | 0.7% | - |
| XYZ | 20.57 | 13.85 | 1.68 | - |
| YUV | 94.65 | 76.28 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 3 | 0 | 0.61 | 0.98 | 0.30 | 22.97 | 0.97 | 0.35 |
| Hex | B2 | 46 | 3 | 0 | 3D | 62 | 1E | 17 | 61 | 23 |
| Octal | 262 | 106 | 3 | 0 | 75 | 142 | 36 | 27 | 141 | 43 |
| Binary | 10110010 | 1000110 | 11 | 0 | 111101 | 1100010 | 11110 | 10111 | 1100001 | 100011 |
Color Harmonies of #B24603
Complementary color
Monochromatic Colors of #B24603
Black with #B24603
Text Example
Text Example
White with #B24603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24603; }
p { color: rgb(178,70,3); }
H1.HeaderClassName
{
color: #B24603;
}
.AnyTagClassName
{
color: #B24603;
}
</style>
background-color css
<style>
a { background-color: #B24603; }
a { background-color: rgb(178,70,3); }
div.DivClassName
{
background-color: #B24603;
}
.BgClassName
{
background-color: #B24603;
}
</style>
border-color css
<style>
span { border-color: #B24603; }
span { border-color: rgb(178,70,3); }
td.TdClassName
{
border-color: #B24603;
}
.TagClassName
{
border-color: #B24603;
}
</style>