Shades of Rust #B24701
Tints of Rust #B24701
RGB
CMYK
RGB Variations
Color information
#B24701 (or 0xB24701) is known color: Rust. HEX triplet: B2, 47 and 01. RGB value is (178,71,1). Sum of RGB (Red+Green+Blue) = 178+71+1=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24701 is #4DB8FE. Grayscale: #5F5F5F. Windows color (decimal): -5093631 or 83890. OLE color: 83890.
HSL color Cylindrical-coordinate representation of color #B24701: hue angle of 23.73º degrees, saturation: 0.99, 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 #B24701 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 71 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.30 |
| HSL | 23.73º | 0.99% | 0.35% | - |
| HSV(B) | 23.73º | 0.99% | 0.7% | - |
| XYZ | 20.62 | 13.97 | 1.64 | - |
| YUV | 95.01 | 74.95 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 1 | 0 | 0.60 | 0.99 | 0.30 | 23.73 | 0.99 | 0.35 |
| Hex | B2 | 47 | 1 | 0 | 3C | 63 | 1E | 18 | 63 | 23 |
| Octal | 262 | 107 | 1 | 0 | 74 | 143 | 36 | 30 | 143 | 43 |
| Binary | 10110010 | 1000111 | 1 | 0 | 111100 | 1100011 | 11110 | 11000 | 1100011 | 100011 |
Color Harmonies of #B24701
Complementary color
Monochromatic Colors of #B24701
Black with #B24701
Text Example
Text Example
White with #B24701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24701; }
p { color: rgb(178,71,1); }
H1.HeaderClassName
{
color: #B24701;
}
.AnyTagClassName
{
color: #B24701;
}
</style>
background-color css
<style>
a { background-color: #B24701; }
a { background-color: rgb(178,71,1); }
div.DivClassName
{
background-color: #B24701;
}
.BgClassName
{
background-color: #B24701;
}
</style>
border-color css
<style>
span { border-color: #B24701; }
span { border-color: rgb(178,71,1); }
td.TdClassName
{
border-color: #B24701;
}
.TagClassName
{
border-color: #B24701;
}
</style>