Shades of Rust #B23609
Tints of Rust #B23609
RGB
CMYK
RGB Variations
Color information
#B23609 (or 0xB23609) is known color: Rust. HEX triplet: B2, 36 and 09. RGB value is (178,54,9). Sum of RGB (Red+Green+Blue) = 178+54+9=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B23609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23609 is #4DC9F6. Grayscale: #565656. Windows color (decimal): -5097975 or 603826. OLE color: 603826.
HSL color Cylindrical-coordinate representation of color #B23609: hue angle of 15.98º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B23609 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.30 |
| HSL | 15.98º | 0.9% | 0.37% | - |
| HSV(B) | 15.98º | 0.95% | 0.7% | - |
| XYZ | 19.73 | 12.12 | 1.56 | - |
| YUV | 85.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 9 | 0 | 0.70 | 0.95 | 0.30 | 15.98 | 0.9 | 0.37 |
| Hex | B2 | 36 | 9 | 0 | 46 | 5F | 1E | 10 | 5A | 25 |
| Octal | 262 | 66 | 11 | 0 | 106 | 137 | 36 | 20 | 132 | 45 |
| Binary | 10110010 | 110110 | 1001 | 0 | 1000110 | 1011111 | 11110 | 10000 | 1011010 | 100101 |
Color Harmonies of #B23609
Complementary color
Monochromatic Colors of #B23609
Black with #B23609
Text Example
Text Example
White with #B23609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23609; }
p { color: rgb(178,54,9); }
H1.HeaderClassName
{
color: #B23609;
}
.AnyTagClassName
{
color: #B23609;
}
</style>
background-color css
<style>
a { background-color: #B23609; }
a { background-color: rgb(178,54,9); }
div.DivClassName
{
background-color: #B23609;
}
.BgClassName
{
background-color: #B23609;
}
</style>
border-color css
<style>
span { border-color: #B23609; }
span { border-color: rgb(178,54,9); }
td.TdClassName
{
border-color: #B23609;
}
.TagClassName
{
border-color: #B23609;
}
</style>