Shades of Rust #B24505
Tints of Rust #B24505
RGB
CMYK
RGB Variations
Color information
#B24505 (or 0xB24505) is known color: Rust. HEX triplet: B2, 45 and 05. RGB value is (178,69,5). Sum of RGB (Red+Green+Blue) = 178+69+5=252 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.63% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 178 - color contains mainly: red. Hex color #B24505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24505 is #4DBAFA. Grayscale: #5E5E5E. Windows color (decimal): -5094139 or 345522. OLE color: 345522.
HSL color Cylindrical-coordinate representation of color #B24505: hue angle of 22.2º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B24505 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.30 |
| HSL | 22.2º | 0.95% | 0.36% | - |
| HSV(B) | 22.2º | 0.97% | 0.7% | - |
| XYZ | 20.52 | 13.73 | 1.71 | - |
| YUV | 94.3 | 77.61 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 5 | 0 | 0.61 | 0.97 | 0.30 | 22.2 | 0.95 | 0.36 |
| Hex | B2 | 45 | 5 | 0 | 3D | 61 | 1E | 16 | 5F | 24 |
| Octal | 262 | 105 | 5 | 0 | 75 | 141 | 36 | 26 | 137 | 44 |
| Binary | 10110010 | 1000101 | 101 | 0 | 111101 | 1100001 | 11110 | 10110 | 1011111 | 100100 |
Color Harmonies of #B24505
Complementary color
Monochromatic Colors of #B24505
Black with #B24505
Text Example
Text Example
White with #B24505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24505; }
p { color: rgb(178,69,5); }
H1.HeaderClassName
{
color: #B24505;
}
.AnyTagClassName
{
color: #B24505;
}
</style>
background-color css
<style>
a { background-color: #B24505; }
a { background-color: rgb(178,69,5); }
div.DivClassName
{
background-color: #B24505;
}
.BgClassName
{
background-color: #B24505;
}
</style>
border-color css
<style>
span { border-color: #B24505; }
span { border-color: rgb(178,69,5); }
td.TdClassName
{
border-color: #B24505;
}
.TagClassName
{
border-color: #B24505;
}
</style>