Shades of Rust #B24203
Tints of Rust #B24203
RGB
CMYK
RGB Variations
Color information
#B24203 (or 0xB24203) is known color: Rust. HEX triplet: B2, 42 and 03. RGB value is (178,66,3). Sum of RGB (Red+Green+Blue) = 178+66+3=247 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.06% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 178 - color contains mainly: red. Hex color #B24203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24203 is #4DBDFC. Grayscale: #5C5C5C. Windows color (decimal): -5094909 or 213682. OLE color: 213682.
HSL color Cylindrical-coordinate representation of color #B24203: hue angle of 21.6º 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 #B24203 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.30 |
| HSL | 21.6º | 0.97% | 0.35% | - |
| HSV(B) | 21.6º | 0.98% | 0.7% | - |
| XYZ | 20.32 | 13.37 | 1.6 | - |
| YUV | 92.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 3 | 0 | 0.63 | 0.98 | 0.30 | 21.6 | 0.97 | 0.35 |
| Hex | B2 | 42 | 3 | 0 | 3F | 62 | 1E | 16 | 61 | 23 |
| Octal | 262 | 102 | 3 | 0 | 77 | 142 | 36 | 26 | 141 | 43 |
| Binary | 10110010 | 1000010 | 11 | 0 | 111111 | 1100010 | 11110 | 10110 | 1100001 | 100011 |
Color Harmonies of #B24203
Complementary color
Monochromatic Colors of #B24203
Black with #B24203
Text Example
Text Example
White with #B24203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24203; }
p { color: rgb(178,66,3); }
H1.HeaderClassName
{
color: #B24203;
}
.AnyTagClassName
{
color: #B24203;
}
</style>
background-color css
<style>
a { background-color: #B24203; }
a { background-color: rgb(178,66,3); }
div.DivClassName
{
background-color: #B24203;
}
.BgClassName
{
background-color: #B24203;
}
</style>
border-color css
<style>
span { border-color: #B24203; }
span { border-color: rgb(178,66,3); }
td.TdClassName
{
border-color: #B24203;
}
.TagClassName
{
border-color: #B24203;
}
</style>