Shades of Rust #B44003
Tints of Rust #B44003
RGB
CMYK
RGB Variations
Color information
#B44003 (or 0xB44003) is known color: Rust. HEX triplet: B4, 40 and 03. RGB value is (180,64,3). Sum of RGB (Red+Green+Blue) = 180+64+3=247 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.87% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 180 - color contains mainly: red. Hex color #B44003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44003 is #4BBFFC. Grayscale: #5C5C5C. Windows color (decimal): -4964349 or 213172. OLE color: 213172.
HSL color Cylindrical-coordinate representation of color #B44003: hue angle of 20.68º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B44003 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 64 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.29 |
| HSL | 20.68º | 0.97% | 0.36% | - |
| HSV(B) | 20.68º | 0.98% | 0.71% | - |
| XYZ | 20.67 | 13.38 | 1.58 | - |
| YUV | 91.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 64 | 3 | 0 | 0.64 | 0.98 | 0.29 | 20.68 | 0.97 | 0.36 |
| Hex | B4 | 40 | 3 | 0 | 40 | 62 | 1D | 15 | 61 | 24 |
| Octal | 264 | 100 | 3 | 0 | 100 | 142 | 35 | 25 | 141 | 44 |
| Binary | 10110100 | 1000000 | 11 | 0 | 1000000 | 1100010 | 11101 | 10101 | 1100001 | 100100 |
Color Harmonies of #B44003
Complementary color
Monochromatic Colors of #B44003
Black with #B44003
Text Example
Text Example
White with #B44003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44003; }
p { color: rgb(180,64,3); }
H1.HeaderClassName
{
color: #B44003;
}
.AnyTagClassName
{
color: #B44003;
}
</style>
background-color css
<style>
a { background-color: #B44003; }
a { background-color: rgb(180,64,3); }
div.DivClassName
{
background-color: #B44003;
}
.BgClassName
{
background-color: #B44003;
}
</style>
border-color css
<style>
span { border-color: #B44003; }
span { border-color: rgb(180,64,3); }
td.TdClassName
{
border-color: #B44003;
}
.TagClassName
{
border-color: #B44003;
}
</style>