Shades of Rust #B24100
Tints of Rust #B24100
RGB
CMYK
RGB Variations
Color information
#B24100 (or 0xB24100) is known color: Rust. HEX triplet: B2, 41 and 00. RGB value is (178,65,0). Sum of RGB (Red+Green+Blue) = 178+65+0=243 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.25% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 178 - color contains mainly: red. Hex color #B24100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24100 is #4DBEFF. Grayscale: #5B5B5B. Windows color (decimal): -5095168 or 16818. OLE color: 16818.
HSL color Cylindrical-coordinate representation of color #B24100: hue angle of 21.91º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B24100 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 65 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.30 |
| HSL | 21.91º | 1% | 0.35% | - |
| HSV(B) | 21.91º | 1% | 0.7% | - |
| XYZ | 20.25 | 13.25 | 1.49 | - |
| YUV | 91.38 | 76.44 | 189.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 65 | 0 | 0 | 0.63 | 1 | 0.30 | 21.91 | 1 | 0.35 |
| Hex | B2 | 41 | 0 | 0 | 3F | 64 | 1E | 16 | 64 | 23 |
| Octal | 262 | 101 | 0 | 0 | 77 | 144 | 36 | 26 | 144 | 43 |
| Binary | 10110010 | 1000001 | 0 | 0 | 111111 | 1100100 | 11110 | 10110 | 1100100 | 100011 |
Color Harmonies of #B24100
Complementary color
Monochromatic Colors of #B24100
Black with #B24100
Text Example
Text Example
White with #B24100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24100; }
p { color: rgb(178,65,0); }
H1.HeaderClassName
{
color: #B24100;
}
.AnyTagClassName
{
color: #B24100;
}
</style>
background-color css
<style>
a { background-color: #B24100; }
a { background-color: rgb(178,65,0); }
div.DivClassName
{
background-color: #B24100;
}
.BgClassName
{
background-color: #B24100;
}
</style>
border-color css
<style>
span { border-color: #B24100; }
span { border-color: rgb(178,65,0); }
td.TdClassName
{
border-color: #B24100;
}
.TagClassName
{
border-color: #B24100;
}
</style>