Shades of Rust #B63618
Tints of Rust #B63618
RGB
CMYK
RGB Variations
Color information
#B63618 (or 0xB63618) is known color: Rust. HEX triplet: B6, 36 and 18. RGB value is (182,54,24). Sum of RGB (Red+Green+Blue) = 182+54+24=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B63618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63618 is #49C9E7. Grayscale: #595959. Windows color (decimal): -4835816 or 1586870. OLE color: 1586870.
HSL color Cylindrical-coordinate representation of color #B63618: hue angle of 11.39º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B63618 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 24 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.29 |
| HSL | 11.39º | 0.77% | 0.4% | - |
| HSV(B) | 11.39º | 0.87% | 0.71% | - |
| XYZ | 20.78 | 12.65 | 2.21 | - |
| YUV | 88.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 24 | 0 | 0.70 | 0.87 | 0.29 | 11.39 | 0.77 | 0.4 |
| Hex | B6 | 36 | 18 | 0 | 46 | 57 | 1D | B | 4D | 28 |
| Octal | 266 | 66 | 30 | 0 | 106 | 127 | 35 | 13 | 115 | 50 |
| Binary | 10110110 | 110110 | 11000 | 0 | 1000110 | 1010111 | 11101 | 1011 | 1001101 | 101000 |
Color Harmonies of #B63618
Complementary color
Monochromatic Colors of #B63618
Black with #B63618
Text Example
Text Example
White with #B63618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63618; }
p { color: rgb(182,54,24); }
H1.HeaderClassName
{
color: #B63618;
}
.AnyTagClassName
{
color: #B63618;
}
</style>
background-color css
<style>
a { background-color: #B63618; }
a { background-color: rgb(182,54,24); }
div.DivClassName
{
background-color: #B63618;
}
.BgClassName
{
background-color: #B63618;
}
</style>
border-color css
<style>
span { border-color: #B63618; }
span { border-color: rgb(182,54,24); }
td.TdClassName
{
border-color: #B63618;
}
.TagClassName
{
border-color: #B63618;
}
</style>