Shades of Rust #B64305
Tints of Rust #B64305
RGB
CMYK
RGB Variations
Color information
#B64305 (or 0xB64305) is known color: Rust. HEX triplet: B6, 43 and 05. RGB value is (182,67,5). Sum of RGB (Red+Green+Blue) = 182+67+5=254 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.65% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 182 - color contains mainly: red. Hex color #B64305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64305 is #49BCFA. Grayscale: #5E5E5E. Windows color (decimal): -4832507 or 345014. OLE color: 345014.
HSL color Cylindrical-coordinate representation of color #B64305: hue angle of 21.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B64305 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.29 |
| HSL | 21.02º | 0.95% | 0.37% | - |
| HSV(B) | 21.02º | 0.97% | 0.71% | - |
| XYZ | 21.33 | 13.97 | 1.72 | - |
| YUV | 94.32 | 77.6 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 5 | 0 | 0.63 | 0.97 | 0.29 | 21.02 | 0.95 | 0.37 |
| Hex | B6 | 43 | 5 | 0 | 3F | 61 | 1D | 15 | 5F | 25 |
| Octal | 266 | 103 | 5 | 0 | 77 | 141 | 35 | 25 | 137 | 45 |
| Binary | 10110110 | 1000011 | 101 | 0 | 111111 | 1100001 | 11101 | 10101 | 1011111 | 100101 |
Color Harmonies of #B64305
Complementary color
Monochromatic Colors of #B64305
Black with #B64305
Text Example
Text Example
White with #B64305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64305; }
p { color: rgb(182,67,5); }
H1.HeaderClassName
{
color: #B64305;
}
.AnyTagClassName
{
color: #B64305;
}
</style>
background-color css
<style>
a { background-color: #B64305; }
a { background-color: rgb(182,67,5); }
div.DivClassName
{
background-color: #B64305;
}
.BgClassName
{
background-color: #B64305;
}
</style>
border-color css
<style>
span { border-color: #B64305; }
span { border-color: rgb(182,67,5); }
td.TdClassName
{
border-color: #B64305;
}
.TagClassName
{
border-color: #B64305;
}
</style>