Shades of Rust #B24503
Tints of Rust #B24503
RGB
CMYK
RGB Variations
Color information
#B24503 (or 0xB24503) is known color: Rust. HEX triplet: B2, 45 and 03. RGB value is (178,69,3). Sum of RGB (Red+Green+Blue) = 178+69+3=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24503 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24503 is #4DBAFC. Grayscale: #5E5E5E. Windows color (decimal): -5094141 or 214450. OLE color: 214450.
HSL color Cylindrical-coordinate representation of color #B24503: hue angle of 22.63º 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 #B24503 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.30 |
| HSL | 22.63º | 0.97% | 0.35% | - |
| HSV(B) | 22.63º | 0.98% | 0.7% | - |
| XYZ | 20.5 | 13.73 | 1.66 | - |
| YUV | 94.07 | 76.61 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 3 | 0 | 0.61 | 0.98 | 0.30 | 22.63 | 0.97 | 0.35 |
| Hex | B2 | 45 | 3 | 0 | 3D | 62 | 1E | 17 | 61 | 23 |
| Octal | 262 | 105 | 3 | 0 | 75 | 142 | 36 | 27 | 141 | 43 |
| Binary | 10110010 | 1000101 | 11 | 0 | 111101 | 1100010 | 11110 | 10111 | 1100001 | 100011 |
Color Harmonies of #B24503
Complementary color
Monochromatic Colors of #B24503
Black with #B24503
Text Example
Text Example
White with #B24503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24503; }
p { color: rgb(178,69,3); }
H1.HeaderClassName
{
color: #B24503;
}
.AnyTagClassName
{
color: #B24503;
}
</style>
background-color css
<style>
a { background-color: #B24503; }
a { background-color: rgb(178,69,3); }
div.DivClassName
{
background-color: #B24503;
}
.BgClassName
{
background-color: #B24503;
}
</style>
border-color css
<style>
span { border-color: #B24503; }
span { border-color: rgb(178,69,3); }
td.TdClassName
{
border-color: #B24503;
}
.TagClassName
{
border-color: #B24503;
}
</style>