Shades of Rust #B24403
Tints of Rust #B24403
RGB
CMYK
RGB Variations
Color information
#B24403 (or 0xB24403) is known color: Rust. HEX triplet: B2, 44 and 03. RGB value is (178,68,3). Sum of RGB (Red+Green+Blue) = 178+68+3=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B24403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24403 is #4DBBFC. Grayscale: #5D5D5D. Windows color (decimal): -5094397 or 214194. OLE color: 214194.
HSL color Cylindrical-coordinate representation of color #B24403: hue angle of 22.29º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B24403 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.30 |
| HSL | 22.29º | 0.97% | 0.35% | - |
| HSV(B) | 22.29º | 0.98% | 0.7% | - |
| XYZ | 20.44 | 13.61 | 1.63 | - |
| YUV | 93.48 | 76.94 | 188.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 3 | 0 | 0.62 | 0.98 | 0.30 | 22.29 | 0.97 | 0.35 |
| Hex | B2 | 44 | 3 | 0 | 3E | 62 | 1E | 16 | 61 | 23 |
| Octal | 262 | 104 | 3 | 0 | 76 | 142 | 36 | 26 | 141 | 43 |
| Binary | 10110010 | 1000100 | 11 | 0 | 111110 | 1100010 | 11110 | 10110 | 1100001 | 100011 |
Color Harmonies of #B24403
Complementary color
Monochromatic Colors of #B24403
Black with #B24403
Text Example
Text Example
White with #B24403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24403; }
p { color: rgb(178,68,3); }
H1.HeaderClassName
{
color: #B24403;
}
.AnyTagClassName
{
color: #B24403;
}
</style>
background-color css
<style>
a { background-color: #B24403; }
a { background-color: rgb(178,68,3); }
div.DivClassName
{
background-color: #B24403;
}
.BgClassName
{
background-color: #B24403;
}
</style>
border-color css
<style>
span { border-color: #B24403; }
span { border-color: rgb(178,68,3); }
td.TdClassName
{
border-color: #B24403;
}
.TagClassName
{
border-color: #B24403;
}
</style>