Shades of Rust #B64002
Tints of Rust #B64002
RGB
CMYK
RGB Variations
Color information
#B64002 (or 0xB64002) is known color: Rust. HEX triplet: B6, 40 and 02. RGB value is (182,64,2). Sum of RGB (Red+Green+Blue) = 182+64+2=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B64002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64002 is #49BFFD. Grayscale: #5C5C5C. Windows color (decimal): -4833278 or 147638. OLE color: 147638.
HSL color Cylindrical-coordinate representation of color #B64002: hue angle of 20.67º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B64002 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.29 |
| HSL | 20.67º | 0.98% | 0.36% | - |
| HSV(B) | 20.67º | 0.99% | 0.71% | - |
| XYZ | 21.14 | 13.62 | 1.57 | - |
| YUV | 92.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 2 | 0 | 0.65 | 0.99 | 0.29 | 20.67 | 0.98 | 0.36 |
| Hex | B6 | 40 | 2 | 0 | 41 | 63 | 1D | 15 | 62 | 24 |
| Octal | 266 | 100 | 2 | 0 | 101 | 143 | 35 | 25 | 142 | 44 |
| Binary | 10110110 | 1000000 | 10 | 0 | 1000001 | 1100011 | 11101 | 10101 | 1100010 | 100100 |
Color Harmonies of #B64002
Complementary color
Monochromatic Colors of #B64002
Black with #B64002
Text Example
Text Example
White with #B64002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64002; }
p { color: rgb(182,64,2); }
H1.HeaderClassName
{
color: #B64002;
}
.AnyTagClassName
{
color: #B64002;
}
</style>
background-color css
<style>
a { background-color: #B64002; }
a { background-color: rgb(182,64,2); }
div.DivClassName
{
background-color: #B64002;
}
.BgClassName
{
background-color: #B64002;
}
</style>
border-color css
<style>
span { border-color: #B64002; }
span { border-color: rgb(182,64,2); }
td.TdClassName
{
border-color: #B64002;
}
.TagClassName
{
border-color: #B64002;
}
</style>