Shades of Rust #B44203
Tints of Rust #B44203
RGB
CMYK
RGB Variations
Color information
#B44203 (or 0xB44203) is known color: Rust. HEX triplet: B4, 42 and 03. RGB value is (180,66,3). Sum of RGB (Red+Green+Blue) = 180+66+3=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B44203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44203 is #4BBDFC. Grayscale: #5D5D5D. Windows color (decimal): -4963837 or 213684. OLE color: 213684.
HSL color Cylindrical-coordinate representation of color #B44203: hue angle of 21.36º 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 #B44203 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 3 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.29 |
| HSL | 21.36º | 0.97% | 0.36% | - |
| HSV(B) | 21.36º | 0.98% | 0.71% | - |
| XYZ | 20.79 | 13.61 | 1.62 | - |
| YUV | 92.9 | 77.27 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 3 | 0 | 0.63 | 0.98 | 0.29 | 21.36 | 0.97 | 0.36 |
| Hex | B4 | 42 | 3 | 0 | 3F | 62 | 1D | 15 | 61 | 24 |
| Octal | 264 | 102 | 3 | 0 | 77 | 142 | 35 | 25 | 141 | 44 |
| Binary | 10110100 | 1000010 | 11 | 0 | 111111 | 1100010 | 11101 | 10101 | 1100001 | 100100 |
Color Harmonies of #B44203
Complementary color
Monochromatic Colors of #B44203
Black with #B44203
Text Example
Text Example
White with #B44203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44203; }
p { color: rgb(180,66,3); }
H1.HeaderClassName
{
color: #B44203;
}
.AnyTagClassName
{
color: #B44203;
}
</style>
background-color css
<style>
a { background-color: #B44203; }
a { background-color: rgb(180,66,3); }
div.DivClassName
{
background-color: #B44203;
}
.BgClassName
{
background-color: #B44203;
}
</style>
border-color css
<style>
span { border-color: #B44203; }
span { border-color: rgb(180,66,3); }
td.TdClassName
{
border-color: #B44203;
}
.TagClassName
{
border-color: #B44203;
}
</style>