Shades of Rust #B04102
Tints of Rust #B04102
RGB
CMYK
RGB Variations
Color information
#B04102 (or 0xB04102) is known color: Rust. HEX triplet: B0, 41 and 02. RGB value is (176,65,2). Sum of RGB (Red+Green+Blue) = 176+65+2=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 65 (25.78% from 255 or 26.75% from 243); Blue value is 2 (1.17% from 255 or 0.82% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B04102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04102 is #4FBEFD. Grayscale: #5B5B5B. Windows color (decimal): -5226238 or 147888. OLE color: 147888.
HSL color Cylindrical-coordinate representation of color #B04102: hue angle of 21.72º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B04102 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.31 |
| HSL | 21.72º | 0.98% | 0.35% | - |
| HSV(B) | 21.72º | 0.99% | 0.69% | - |
| XYZ | 19.81 | 13.02 | 1.53 | - |
| YUV | 91.01 | 77.77 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 2 | 0 | 0.63 | 0.99 | 0.31 | 21.72 | 0.98 | 0.35 |
| Hex | B0 | 41 | 2 | 0 | 3F | 63 | 1F | 16 | 62 | 23 |
| Octal | 260 | 101 | 2 | 0 | 77 | 143 | 37 | 26 | 142 | 43 |
| Binary | 10110000 | 1000001 | 10 | 0 | 111111 | 1100011 | 11111 | 10110 | 1100010 | 100011 |
Color Harmonies of #B04102
Complementary color
Monochromatic Colors of #B04102
Black with #B04102
Text Example
Text Example
White with #B04102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04102; }
p { color: rgb(176,65,2); }
H1.HeaderClassName
{
color: #B04102;
}
.AnyTagClassName
{
color: #B04102;
}
</style>
background-color css
<style>
a { background-color: #B04102; }
a { background-color: rgb(176,65,2); }
div.DivClassName
{
background-color: #B04102;
}
.BgClassName
{
background-color: #B04102;
}
</style>
border-color css
<style>
span { border-color: #B04102; }
span { border-color: rgb(176,65,2); }
td.TdClassName
{
border-color: #B04102;
}
.TagClassName
{
border-color: #B04102;
}
</style>