Shades of Rust #B63E08
Tints of Rust #B63E08
RGB
CMYK
RGB Variations
Color information
#B63E08 (or 0xB63E08) is known color: Rust. HEX triplet: B6, 3E and 08. RGB value is (182,62,8). Sum of RGB (Red+Green+Blue) = 182+62+8=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 62 (24.61% from 255 or 24.60% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63E08 is #49C1F7. Grayscale: #5C5C5C. Windows color (decimal): -4833784 or 540342. OLE color: 540342.
HSL color Cylindrical-coordinate representation of color #B63E08: hue angle of 18.62º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B63E08 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.29 |
| HSL | 18.62º | 0.92% | 0.37% | - |
| HSV(B) | 18.62º | 0.96% | 0.71% | - |
| XYZ | 21.06 | 13.41 | 1.71 | - |
| YUV | 91.72 | 80.76 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 8 | 0 | 0.66 | 0.96 | 0.29 | 18.62 | 0.92 | 0.37 |
| Hex | B6 | 3E | 8 | 0 | 42 | 60 | 1D | 13 | 5C | 25 |
| Octal | 266 | 76 | 10 | 0 | 102 | 140 | 35 | 23 | 134 | 45 |
| Binary | 10110110 | 111110 | 1000 | 0 | 1000010 | 1100000 | 11101 | 10011 | 1011100 | 100101 |
Color Harmonies of #B63E08
Complementary color
Monochromatic Colors of #B63E08
Black with #B63E08
Text Example
Text Example
White with #B63E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E08; }
p { color: rgb(182,62,8); }
H1.HeaderClassName
{
color: #B63E08;
}
.AnyTagClassName
{
color: #B63E08;
}
</style>
background-color css
<style>
a { background-color: #B63E08; }
a { background-color: rgb(182,62,8); }
div.DivClassName
{
background-color: #B63E08;
}
.BgClassName
{
background-color: #B63E08;
}
</style>
border-color css
<style>
span { border-color: #B63E08; }
span { border-color: rgb(182,62,8); }
td.TdClassName
{
border-color: #B63E08;
}
.TagClassName
{
border-color: #B63E08;
}
</style>