Shades of Rust #B44103
Tints of Rust #B44103
RGB
CMYK
RGB Variations
Color information
#B44103 (or 0xB44103) is known color: Rust. HEX triplet: B4, 41 and 03. RGB value is (180,65,3). Sum of RGB (Red+Green+Blue) = 180+65+3=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B44103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44103 is #4BBEFC. Grayscale: #5C5C5C. Windows color (decimal): -4964093 or 213428. OLE color: 213428.
HSL color Cylindrical-coordinate representation of color #B44103: hue angle of 21.02º 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 #B44103 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 65 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.29 |
| HSL | 21.02º | 0.97% | 0.36% | - |
| HSV(B) | 21.02º | 0.98% | 0.71% | - |
| XYZ | 20.73 | 13.49 | 1.6 | - |
| YUV | 92.32 | 77.6 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 65 | 3 | 0 | 0.64 | 0.98 | 0.29 | 21.02 | 0.97 | 0.36 |
| Hex | B4 | 41 | 3 | 0 | 40 | 62 | 1D | 15 | 61 | 24 |
| Octal | 264 | 101 | 3 | 0 | 100 | 142 | 35 | 25 | 141 | 44 |
| Binary | 10110100 | 1000001 | 11 | 0 | 1000000 | 1100010 | 11101 | 10101 | 1100001 | 100100 |
Color Harmonies of #B44103
Complementary color
Monochromatic Colors of #B44103
Black with #B44103
Text Example
Text Example
White with #B44103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44103; }
p { color: rgb(180,65,3); }
H1.HeaderClassName
{
color: #B44103;
}
.AnyTagClassName
{
color: #B44103;
}
</style>
background-color css
<style>
a { background-color: #B44103; }
a { background-color: rgb(180,65,3); }
div.DivClassName
{
background-color: #B44103;
}
.BgClassName
{
background-color: #B44103;
}
</style>
border-color css
<style>
span { border-color: #B44103; }
span { border-color: rgb(180,65,3); }
td.TdClassName
{
border-color: #B44103;
}
.TagClassName
{
border-color: #B44103;
}
</style>