Shades of Rust #B64503
Tints of Rust #B64503
RGB
CMYK
RGB Variations
Color information
#B64503 (or 0xB64503) is known color: Rust. HEX triplet: B6, 45 and 03. RGB value is (182,69,3). Sum of RGB (Red+Green+Blue) = 182+69+3=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 3 (1.56% from 255 or 1.18% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B64503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64503 is #49BAFC. Grayscale: #5F5F5F. Windows color (decimal): -4831997 or 214454. OLE color: 214454.
HSL color Cylindrical-coordinate representation of color #B64503: hue angle of 22.12º 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 #B64503 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 3 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.29 |
| HSL | 22.12º | 0.97% | 0.36% | - |
| HSV(B) | 22.12º | 0.98% | 0.71% | - |
| XYZ | 21.44 | 14.21 | 1.7 | - |
| YUV | 95.26 | 75.94 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 3 | 0 | 0.62 | 0.98 | 0.29 | 22.12 | 0.97 | 0.36 |
| Hex | B6 | 45 | 3 | 0 | 3E | 62 | 1D | 16 | 61 | 24 |
| Octal | 266 | 105 | 3 | 0 | 76 | 142 | 35 | 26 | 141 | 44 |
| Binary | 10110110 | 1000101 | 11 | 0 | 111110 | 1100010 | 11101 | 10110 | 1100001 | 100100 |
Color Harmonies of #B64503
Complementary color
Monochromatic Colors of #B64503
Black with #B64503
Text Example
Text Example
White with #B64503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64503; }
p { color: rgb(182,69,3); }
H1.HeaderClassName
{
color: #B64503;
}
.AnyTagClassName
{
color: #B64503;
}
</style>
background-color css
<style>
a { background-color: #B64503; }
a { background-color: rgb(182,69,3); }
div.DivClassName
{
background-color: #B64503;
}
.BgClassName
{
background-color: #B64503;
}
</style>
border-color css
<style>
span { border-color: #B64503; }
span { border-color: rgb(182,69,3); }
td.TdClassName
{
border-color: #B64503;
}
.TagClassName
{
border-color: #B64503;
}
</style>