Shades of Rust #B63802
Tints of Rust #B63802
RGB
CMYK
RGB Variations
Color information
#B63802 (or 0xB63802) is known color: Rust. HEX triplet: B6, 38 and 02. RGB value is (182,56,2). Sum of RGB (Red+Green+Blue) = 182+56+2=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63802 is #49C7FD. Grayscale: #575757. Windows color (decimal): -4835326 or 145590. OLE color: 145590.
HSL color Cylindrical-coordinate representation of color #B63802: hue angle of 18º 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 #B63802 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.29 |
| HSL | 18º | 0.98% | 0.36% | - |
| HSV(B) | 18º | 0.99% | 0.71% | - |
| XYZ | 20.72 | 12.78 | 1.43 | - |
| YUV | 87.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 2 | 0 | 0.69 | 0.99 | 0.29 | 18 | 0.98 | 0.36 |
| Hex | B6 | 38 | 2 | 0 | 45 | 63 | 1D | 12 | 62 | 24 |
| Octal | 266 | 70 | 2 | 0 | 105 | 143 | 35 | 22 | 142 | 44 |
| Binary | 10110110 | 111000 | 10 | 0 | 1000101 | 1100011 | 11101 | 10010 | 1100010 | 100100 |
Color Harmonies of #B63802
Complementary color
Monochromatic Colors of #B63802
Black with #B63802
Text Example
Text Example
White with #B63802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63802; }
p { color: rgb(182,56,2); }
H1.HeaderClassName
{
color: #B63802;
}
.AnyTagClassName
{
color: #B63802;
}
</style>
background-color css
<style>
a { background-color: #B63802; }
a { background-color: rgb(182,56,2); }
div.DivClassName
{
background-color: #B63802;
}
.BgClassName
{
background-color: #B63802;
}
</style>
border-color css
<style>
span { border-color: #B63802; }
span { border-color: rgb(182,56,2); }
td.TdClassName
{
border-color: #B63802;
}
.TagClassName
{
border-color: #B63802;
}
</style>