Shades of Rust #B24201
Tints of Rust #B24201
RGB
CMYK
RGB Variations
Color information
#B24201 (or 0xB24201) is known color: Rust. HEX triplet: B2, 42 and 01. RGB value is (178,66,1). Sum of RGB (Red+Green+Blue) = 178+66+1=245 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.65% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 178 - color contains mainly: red. Hex color #B24201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24201 is #4DBDFE. Grayscale: #5C5C5C. Windows color (decimal): -5094911 or 82610. OLE color: 82610.
HSL color Cylindrical-coordinate representation of color #B24201: hue angle of 22.03º 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 #B24201 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.30 |
| HSL | 22.03º | 0.99% | 0.35% | - |
| HSV(B) | 22.03º | 0.99% | 0.7% | - |
| XYZ | 20.31 | 13.36 | 1.54 | - |
| YUV | 92.08 | 76.61 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 1 | 0 | 0.63 | 0.99 | 0.30 | 22.03 | 0.99 | 0.35 |
| Hex | B2 | 42 | 1 | 0 | 3F | 63 | 1E | 16 | 63 | 23 |
| Octal | 262 | 102 | 1 | 0 | 77 | 143 | 36 | 26 | 143 | 43 |
| Binary | 10110010 | 1000010 | 1 | 0 | 111111 | 1100011 | 11110 | 10110 | 1100011 | 100011 |
Color Harmonies of #B24201
Complementary color
Monochromatic Colors of #B24201
Black with #B24201
Text Example
Text Example
White with #B24201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24201; }
p { color: rgb(178,66,1); }
H1.HeaderClassName
{
color: #B24201;
}
.AnyTagClassName
{
color: #B24201;
}
</style>
background-color css
<style>
a { background-color: #B24201; }
a { background-color: rgb(178,66,1); }
div.DivClassName
{
background-color: #B24201;
}
.BgClassName
{
background-color: #B24201;
}
</style>
border-color css
<style>
span { border-color: #B24201; }
span { border-color: rgb(178,66,1); }
td.TdClassName
{
border-color: #B24201;
}
.TagClassName
{
border-color: #B24201;
}
</style>