Shades of Rust #B03802
Tints of Rust #B03802
RGB
CMYK
RGB Variations
Color information
#B03802 (or 0xB03802) is known color: Rust. HEX triplet: B0, 38 and 02. RGB value is (176,56,2). Sum of RGB (Red+Green+Blue) = 176+56+2=234 (30% of max value = 765). Red value is 176 (69.14% from 255 or 75.21% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 176 - color contains mainly: red. Hex color #B03802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03802 is #4FC7FD. Grayscale: #565656. Windows color (decimal): -5228542 or 145584. OLE color: 145584.
HSL color Cylindrical-coordinate representation of color #B03802: hue angle of 18.62º 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 #B03802 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 56 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.31 |
| HSL | 18.62º | 0.98% | 0.35% | - |
| HSV(B) | 18.62º | 0.99% | 0.69% | - |
| XYZ | 19.33 | 12.06 | 1.37 | - |
| YUV | 85.72 | 80.76 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 56 | 2 | 0 | 0.68 | 0.99 | 0.31 | 18.62 | 0.98 | 0.35 |
| Hex | B0 | 38 | 2 | 0 | 44 | 63 | 1F | 13 | 62 | 23 |
| Octal | 260 | 70 | 2 | 0 | 104 | 143 | 37 | 23 | 142 | 43 |
| Binary | 10110000 | 111000 | 10 | 0 | 1000100 | 1100011 | 11111 | 10011 | 1100010 | 100011 |
Color Harmonies of #B03802
Complementary color
Monochromatic Colors of #B03802
Black with #B03802
Text Example
Text Example
White with #B03802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03802; }
p { color: rgb(176,56,2); }
H1.HeaderClassName
{
color: #B03802;
}
.AnyTagClassName
{
color: #B03802;
}
</style>
background-color css
<style>
a { background-color: #B03802; }
a { background-color: rgb(176,56,2); }
div.DivClassName
{
background-color: #B03802;
}
.BgClassName
{
background-color: #B03802;
}
</style>
border-color css
<style>
span { border-color: #B03802; }
span { border-color: rgb(176,56,2); }
td.TdClassName
{
border-color: #B03802;
}
.TagClassName
{
border-color: #B03802;
}
</style>