Shades of Rust #B63308
Tints of Rust #B63308
RGB
CMYK
RGB Variations
Color information
#B63308 (or 0xB63308) is known color: Rust. HEX triplet: B6, 33 and 08. RGB value is (182,51,8). Sum of RGB (Red+Green+Blue) = 182+51+8=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B63308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63308 is #49CCF7. Grayscale: #555555. Windows color (decimal): -4836600 or 537526. OLE color: 537526.
HSL color Cylindrical-coordinate representation of color #B63308: hue angle of 14.83º 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 #B63308 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 8 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.29 |
| HSL | 14.83º | 0.92% | 0.37% | - |
| HSV(B) | 14.83º | 0.96% | 0.71% | - |
| XYZ | 20.52 | 12.33 | 1.53 | - |
| YUV | 85.27 | 84.4 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 8 | 0 | 0.72 | 0.96 | 0.29 | 14.83 | 0.92 | 0.37 |
| Hex | B6 | 33 | 8 | 0 | 48 | 60 | 1D | F | 5C | 25 |
| Octal | 266 | 63 | 10 | 0 | 110 | 140 | 35 | 17 | 134 | 45 |
| Binary | 10110110 | 110011 | 1000 | 0 | 1001000 | 1100000 | 11101 | 1111 | 1011100 | 100101 |
Color Harmonies of #B63308
Complementary color
Monochromatic Colors of #B63308
Black with #B63308
Text Example
Text Example
White with #B63308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63308; }
p { color: rgb(182,51,8); }
H1.HeaderClassName
{
color: #B63308;
}
.AnyTagClassName
{
color: #B63308;
}
</style>
background-color css
<style>
a { background-color: #B63308; }
a { background-color: rgb(182,51,8); }
div.DivClassName
{
background-color: #B63308;
}
.BgClassName
{
background-color: #B63308;
}
</style>
border-color css
<style>
span { border-color: #B63308; }
span { border-color: rgb(182,51,8); }
td.TdClassName
{
border-color: #B63308;
}
.TagClassName
{
border-color: #B63308;
}
</style>