Shades of Rust #B24602
Tints of Rust #B24602
RGB
CMYK
RGB Variations
Color information
#B24602 (or 0xB24602) is known color: Rust. HEX triplet: B2, 46 and 02. RGB value is (178,70,2). Sum of RGB (Red+Green+Blue) = 178+70+2=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24602 is #4DB9FD. Grayscale: #5E5E5E. Windows color (decimal): -5093886 or 149170. OLE color: 149170.
HSL color Cylindrical-coordinate representation of color #B24602: hue angle of 23.18º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B24602 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 70 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.30 |
| HSL | 23.18º | 0.98% | 0.35% | - |
| HSV(B) | 23.18º | 0.99% | 0.7% | - |
| XYZ | 20.56 | 13.85 | 1.65 | - |
| YUV | 94.54 | 75.78 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 70 | 2 | 0 | 0.61 | 0.99 | 0.30 | 23.18 | 0.98 | 0.35 |
| Hex | B2 | 46 | 2 | 0 | 3D | 63 | 1E | 17 | 62 | 23 |
| Octal | 262 | 106 | 2 | 0 | 75 | 143 | 36 | 27 | 142 | 43 |
| Binary | 10110010 | 1000110 | 10 | 0 | 111101 | 1100011 | 11110 | 10111 | 1100010 | 100011 |
Color Harmonies of #B24602
Complementary color
Monochromatic Colors of #B24602
Black with #B24602
Text Example
Text Example
White with #B24602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24602; }
p { color: rgb(178,70,2); }
H1.HeaderClassName
{
color: #B24602;
}
.AnyTagClassName
{
color: #B24602;
}
</style>
background-color css
<style>
a { background-color: #B24602; }
a { background-color: rgb(178,70,2); }
div.DivClassName
{
background-color: #B24602;
}
.BgClassName
{
background-color: #B24602;
}
</style>
border-color css
<style>
span { border-color: #B24602; }
span { border-color: rgb(178,70,2); }
td.TdClassName
{
border-color: #B24602;
}
.TagClassName
{
border-color: #B24602;
}
</style>