Shades of Rust #B63C02
Tints of Rust #B63C02
RGB
CMYK
RGB Variations
Color information
#B63C02 (or 0xB63C02) is known color: Rust. HEX triplet: B6, 3C and 02. RGB value is (182,60,2). Sum of RGB (Red+Green+Blue) = 182+60+2=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 60 (23.83% from 255 or 24.59% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C02 is #49C3FD. Grayscale: #5A5A5A. Windows color (decimal): -4834302 or 146614. OLE color: 146614.
HSL color Cylindrical-coordinate representation of color #B63C02: hue angle of 19.33º 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 #B63C02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.29 |
| HSL | 19.33º | 0.98% | 0.36% | - |
| HSV(B) | 19.33º | 0.99% | 0.71% | - |
| XYZ | 20.92 | 13.18 | 1.5 | - |
| YUV | 89.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 2 | 0 | 0.67 | 0.99 | 0.29 | 19.33 | 0.98 | 0.36 |
| Hex | B6 | 3C | 2 | 0 | 43 | 63 | 1D | 13 | 62 | 24 |
| Octal | 266 | 74 | 2 | 0 | 103 | 143 | 35 | 23 | 142 | 44 |
| Binary | 10110110 | 111100 | 10 | 0 | 1000011 | 1100011 | 11101 | 10011 | 1100010 | 100100 |
Color Harmonies of #B63C02
Complementary color
Monochromatic Colors of #B63C02
Black with #B63C02
Text Example
Text Example
White with #B63C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C02; }
p { color: rgb(182,60,2); }
H1.HeaderClassName
{
color: #B63C02;
}
.AnyTagClassName
{
color: #B63C02;
}
</style>
background-color css
<style>
a { background-color: #B63C02; }
a { background-color: rgb(182,60,2); }
div.DivClassName
{
background-color: #B63C02;
}
.BgClassName
{
background-color: #B63C02;
}
</style>
border-color css
<style>
span { border-color: #B63C02; }
span { border-color: rgb(182,60,2); }
td.TdClassName
{
border-color: #B63C02;
}
.TagClassName
{
border-color: #B63C02;
}
</style>