Shades of Rust #B04402
Tints of Rust #B04402
RGB
CMYK
RGB Variations
Color information
#B04402 (or 0xB04402) is known color: Rust. HEX triplet: B0, 44 and 02. RGB value is (176,68,2). Sum of RGB (Red+Green+Blue) = 176+68+2=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B04402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04402 is #4FBBFD. Grayscale: #5D5D5D. Windows color (decimal): -5225470 or 148656. OLE color: 148656.
HSL color Cylindrical-coordinate representation of color #B04402: hue angle of 22.76º 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 #B04402 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.31 |
| HSL | 22.76º | 0.98% | 0.35% | - |
| HSV(B) | 22.76º | 0.99% | 0.69% | - |
| XYZ | 19.98 | 13.37 | 1.58 | - |
| YUV | 92.77 | 76.78 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 2 | 0 | 0.61 | 0.99 | 0.31 | 22.76 | 0.98 | 0.35 |
| Hex | B0 | 44 | 2 | 0 | 3D | 63 | 1F | 17 | 62 | 23 |
| Octal | 260 | 104 | 2 | 0 | 75 | 143 | 37 | 27 | 142 | 43 |
| Binary | 10110000 | 1000100 | 10 | 0 | 111101 | 1100011 | 11111 | 10111 | 1100010 | 100011 |
Color Harmonies of #B04402
Complementary color
Monochromatic Colors of #B04402
Black with #B04402
Text Example
Text Example
White with #B04402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04402; }
p { color: rgb(176,68,2); }
H1.HeaderClassName
{
color: #B04402;
}
.AnyTagClassName
{
color: #B04402;
}
</style>
background-color css
<style>
a { background-color: #B04402; }
a { background-color: rgb(176,68,2); }
div.DivClassName
{
background-color: #B04402;
}
.BgClassName
{
background-color: #B04402;
}
</style>
border-color css
<style>
span { border-color: #B04402; }
span { border-color: rgb(176,68,2); }
td.TdClassName
{
border-color: #B04402;
}
.TagClassName
{
border-color: #B04402;
}
</style>