Shades of Rust #B44207
Tints of Rust #B44207
RGB
CMYK
RGB Variations
Color information
#B44207 (or 0xB44207) is known color: Rust. HEX triplet: B4, 42 and 07. RGB value is (180,66,7). Sum of RGB (Red+Green+Blue) = 180+66+7=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B44207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44207 is #4BBDF8. Grayscale: #5D5D5D. Windows color (decimal): -4963833 or 475828. OLE color: 475828.
HSL color Cylindrical-coordinate representation of color #B44207: hue angle of 20.46º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B44207 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.29 |
| HSL | 20.46º | 0.93% | 0.37% | - |
| HSV(B) | 20.46º | 0.96% | 0.71% | - |
| XYZ | 20.81 | 13.62 | 1.73 | - |
| YUV | 93.36 | 79.27 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 7 | 0 | 0.63 | 0.96 | 0.29 | 20.46 | 0.93 | 0.37 |
| Hex | B4 | 42 | 7 | 0 | 3F | 60 | 1D | 14 | 5D | 25 |
| Octal | 264 | 102 | 7 | 0 | 77 | 140 | 35 | 24 | 135 | 45 |
| Binary | 10110100 | 1000010 | 111 | 0 | 111111 | 1100000 | 11101 | 10100 | 1011101 | 100101 |
Color Harmonies of #B44207
Complementary color
Monochromatic Colors of #B44207
Black with #B44207
Text Example
Text Example
White with #B44207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44207; }
p { color: rgb(180,66,7); }
H1.HeaderClassName
{
color: #B44207;
}
.AnyTagClassName
{
color: #B44207;
}
</style>
background-color css
<style>
a { background-color: #B44207; }
a { background-color: rgb(180,66,7); }
div.DivClassName
{
background-color: #B44207;
}
.BgClassName
{
background-color: #B44207;
}
</style>
border-color css
<style>
span { border-color: #B44207; }
span { border-color: rgb(180,66,7); }
td.TdClassName
{
border-color: #B44207;
}
.TagClassName
{
border-color: #B44207;
}
</style>