Shades of Rust #B63402
Tints of Rust #B63402
RGB
CMYK
RGB Variations
Color information
#B63402 (or 0xB63402) is known color: Rust. HEX triplet: B6, 34 and 02. RGB value is (182,52,2). Sum of RGB (Red+Green+Blue) = 182+52+2=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B63402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63402 is #49CBFD. Grayscale: #555555. Windows color (decimal): -4836350 or 144566. OLE color: 144566.
HSL color Cylindrical-coordinate representation of color #B63402: hue angle of 16.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 #B63402 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.29 |
| HSL | 16.67º | 0.98% | 0.36% | - |
| HSV(B) | 16.67º | 0.99% | 0.71% | - |
| XYZ | 20.53 | 12.41 | 1.37 | - |
| YUV | 85.17 | 81.07 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 2 | 0 | 0.71 | 0.99 | 0.29 | 16.67 | 0.98 | 0.36 |
| Hex | B6 | 34 | 2 | 0 | 47 | 63 | 1D | 11 | 62 | 24 |
| Octal | 266 | 64 | 2 | 0 | 107 | 143 | 35 | 21 | 142 | 44 |
| Binary | 10110110 | 110100 | 10 | 0 | 1000111 | 1100011 | 11101 | 10001 | 1100010 | 100100 |
Color Harmonies of #B63402
Complementary color
Monochromatic Colors of #B63402
Black with #B63402
Text Example
Text Example
White with #B63402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63402; }
p { color: rgb(182,52,2); }
H1.HeaderClassName
{
color: #B63402;
}
.AnyTagClassName
{
color: #B63402;
}
</style>
background-color css
<style>
a { background-color: #B63402; }
a { background-color: rgb(182,52,2); }
div.DivClassName
{
background-color: #B63402;
}
.BgClassName
{
background-color: #B63402;
}
</style>
border-color css
<style>
span { border-color: #B63402; }
span { border-color: rgb(182,52,2); }
td.TdClassName
{
border-color: #B63402;
}
.TagClassName
{
border-color: #B63402;
}
</style>