Shades of Rust #BB4103
Tints of Rust #BB4103
RGB
CMYK
RGB Variations
Color information
#BB4103 (or 0xBB4103) is known color: Rust. HEX triplet: BB, 41 and 03. RGB value is (187,65,3). Sum of RGB (Red+Green+Blue) = 187+65+3=255 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.33% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4103 is #44BEFC. Grayscale: #5E5E5E. Windows color (decimal): -4505341 or 213435. OLE color: 213435.
HSL color Cylindrical-coordinate representation of color #BB4103: hue angle of 20.22º 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 #BB4103 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 65 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.27 |
| HSL | 20.22º | 0.97% | 0.37% | - |
| HSV(B) | 20.22º | 0.98% | 0.73% | - |
| XYZ | 22.4 | 14.35 | 1.68 | - |
| YUV | 94.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 65 | 3 | 0 | 0.65 | 0.98 | 0.27 | 20.22 | 0.97 | 0.37 |
| Hex | BB | 41 | 3 | 0 | 41 | 62 | 1B | 14 | 61 | 25 |
| Octal | 273 | 101 | 3 | 0 | 101 | 142 | 33 | 24 | 141 | 45 |
| Binary | 10111011 | 1000001 | 11 | 0 | 1000001 | 1100010 | 11011 | 10100 | 1100001 | 100101 |
Color Harmonies of #BB4103
Complementary color
Monochromatic Colors of #BB4103
Black with #BB4103
Text Example
Text Example
White with #BB4103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB4103; }
p { color: rgb(187,65,3); }
H1.HeaderClassName
{
color: #BB4103;
}
.AnyTagClassName
{
color: #BB4103;
}
</style>
background-color css
<style>
a { background-color: #BB4103; }
a { background-color: rgb(187,65,3); }
div.DivClassName
{
background-color: #BB4103;
}
.BgClassName
{
background-color: #BB4103;
}
</style>
border-color css
<style>
span { border-color: #BB4103; }
span { border-color: rgb(187,65,3); }
td.TdClassName
{
border-color: #BB4103;
}
.TagClassName
{
border-color: #BB4103;
}
</style>