Shades of Rust #B24302
Tints of Rust #B24302
RGB
CMYK
RGB Variations
Color information
#B24302 (or 0xB24302) is known color: Rust. HEX triplet: B2, 43 and 02. RGB value is (178,67,2). Sum of RGB (Red+Green+Blue) = 178+67+2=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B24302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24302 is #4DBCFD. Grayscale: #5D5D5D. Windows color (decimal): -5094654 or 148402. OLE color: 148402.
HSL color Cylindrical-coordinate representation of color #B24302: hue angle of 22.16º 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 #B24302 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 67 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.30 |
| HSL | 22.16º | 0.98% | 0.35% | - |
| HSV(B) | 22.16º | 0.99% | 0.7% | - |
| XYZ | 20.38 | 13.48 | 1.59 | - |
| YUV | 92.78 | 76.77 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 67 | 2 | 0 | 0.62 | 0.99 | 0.30 | 22.16 | 0.98 | 0.35 |
| Hex | B2 | 43 | 2 | 0 | 3E | 63 | 1E | 16 | 62 | 23 |
| Octal | 262 | 103 | 2 | 0 | 76 | 143 | 36 | 26 | 142 | 43 |
| Binary | 10110010 | 1000011 | 10 | 0 | 111110 | 1100011 | 11110 | 10110 | 1100010 | 100011 |
Color Harmonies of #B24302
Complementary color
Monochromatic Colors of #B24302
Black with #B24302
Text Example
Text Example
White with #B24302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24302; }
p { color: rgb(178,67,2); }
H1.HeaderClassName
{
color: #B24302;
}
.AnyTagClassName
{
color: #B24302;
}
</style>
background-color css
<style>
a { background-color: #B24302; }
a { background-color: rgb(178,67,2); }
div.DivClassName
{
background-color: #B24302;
}
.BgClassName
{
background-color: #B24302;
}
</style>
border-color css
<style>
span { border-color: #B24302; }
span { border-color: rgb(178,67,2); }
td.TdClassName
{
border-color: #B24302;
}
.TagClassName
{
border-color: #B24302;
}
</style>