Shades of Rust #B23618
Tints of Rust #B23618
RGB
CMYK
RGB Variations
Color information
#B23618 (or 0xB23618) is known color: Rust. HEX triplet: B2, 36 and 18. RGB value is (178,54,24). Sum of RGB (Red+Green+Blue) = 178+54+24=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B23618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23618 is #4DC9E7. Grayscale: #575757. Windows color (decimal): -5097960 or 1586866. OLE color: 1586866.
HSL color Cylindrical-coordinate representation of color #B23618: hue angle of 11.69º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B23618 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 24 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.30 |
| HSL | 11.69º | 0.76% | 0.4% | - |
| HSV(B) | 11.69º | 0.87% | 0.7% | - |
| XYZ | 19.84 | 12.17 | 2.17 | - |
| YUV | 87.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 24 | 0 | 0.70 | 0.87 | 0.30 | 11.69 | 0.76 | 0.4 |
| Hex | B2 | 36 | 18 | 0 | 46 | 57 | 1E | C | 4C | 28 |
| Octal | 262 | 66 | 30 | 0 | 106 | 127 | 36 | 14 | 114 | 50 |
| Binary | 10110010 | 110110 | 11000 | 0 | 1000110 | 1010111 | 11110 | 1100 | 1001100 | 101000 |
Color Harmonies of #B23618
Complementary color
Monochromatic Colors of #B23618
Black with #B23618
Text Example
Text Example
White with #B23618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23618; }
p { color: rgb(178,54,24); }
H1.HeaderClassName
{
color: #B23618;
}
.AnyTagClassName
{
color: #B23618;
}
</style>
background-color css
<style>
a { background-color: #B23618; }
a { background-color: rgb(178,54,24); }
div.DivClassName
{
background-color: #B23618;
}
.BgClassName
{
background-color: #B23618;
}
</style>
border-color css
<style>
span { border-color: #B23618; }
span { border-color: rgb(178,54,24); }
td.TdClassName
{
border-color: #B23618;
}
.TagClassName
{
border-color: #B23618;
}
</style>