Shades of Rust #BB4203
Tints of Rust #BB4203
RGB
CMYK
RGB Variations
Color information
#BB4203 (or 0xBB4203) is known color: Rust. HEX triplet: BB, 42 and 03. RGB value is (187,66,3). Sum of RGB (Red+Green+Blue) = 187+66+3=256 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.05% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4203 is #44BDFC. Grayscale: #5F5F5F. Windows color (decimal): -4505085 or 213691. OLE color: 213691.
HSL color Cylindrical-coordinate representation of color #BB4203: hue angle of 20.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB4203 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 66 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.27 |
| HSL | 20.54º | 0.97% | 0.37% | - |
| HSV(B) | 20.54º | 0.98% | 0.73% | - |
| XYZ | 22.46 | 14.47 | 1.7 | - |
| YUV | 95 | 76.09 | 193.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 66 | 3 | 0 | 0.65 | 0.98 | 0.27 | 20.54 | 0.97 | 0.37 |
| Hex | BB | 42 | 3 | 0 | 41 | 62 | 1B | 15 | 61 | 25 |
| Octal | 273 | 102 | 3 | 0 | 101 | 142 | 33 | 25 | 141 | 45 |
| Binary | 10111011 | 1000010 | 11 | 0 | 1000001 | 1100010 | 11011 | 10101 | 1100001 | 100101 |
Color Harmonies of #BB4203
Complementary color
Monochromatic Colors of #BB4203
Black with #BB4203
Text Example
Text Example
White with #BB4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4203; }
p { color: rgb(187,66,3); }
H1.HeaderClassName
{
color: #BB4203;
}
.AnyTagClassName
{
color: #BB4203;
}
</style>
background-color css
<style>
a { background-color: #BB4203; }
a { background-color: rgb(187,66,3); }
div.DivClassName
{
background-color: #BB4203;
}
.BgClassName
{
background-color: #BB4203;
}
</style>
border-color css
<style>
span { border-color: #BB4203; }
span { border-color: rgb(187,66,3); }
td.TdClassName
{
border-color: #BB4203;
}
.TagClassName
{
border-color: #BB4203;
}
</style>