Shades of Rust #B23D09
Tints of Rust #B23D09
RGB
CMYK
RGB Variations
Color information
#B23D09 (or 0xB23D09) is known color: Rust. HEX triplet: B2, 3D and 09. RGB value is (178,61,9). Sum of RGB (Red+Green+Blue) = 178+61+9=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D09 is #4DC2F6. Grayscale: #5A5A5A. Windows color (decimal): -5096183 or 605618. OLE color: 605618.
HSL color Cylindrical-coordinate representation of color #B23D09: hue angle of 18.46º 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 #B23D09 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.30 |
| HSL | 18.46º | 0.9% | 0.37% | - |
| HSV(B) | 18.46º | 0.95% | 0.7% | - |
| XYZ | 20.08 | 12.82 | 1.68 | - |
| YUV | 90.06 | 82.26 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 9 | 0 | 0.66 | 0.95 | 0.30 | 18.46 | 0.9 | 0.37 |
| Hex | B2 | 3D | 9 | 0 | 42 | 5F | 1E | 12 | 5A | 25 |
| Octal | 262 | 75 | 11 | 0 | 102 | 137 | 36 | 22 | 132 | 45 |
| Binary | 10110010 | 111101 | 1001 | 0 | 1000010 | 1011111 | 11110 | 10010 | 1011010 | 100101 |
Color Harmonies of #B23D09
Complementary color
Monochromatic Colors of #B23D09
Black with #B23D09
Text Example
Text Example
White with #B23D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D09; }
p { color: rgb(178,61,9); }
H1.HeaderClassName
{
color: #B23D09;
}
.AnyTagClassName
{
color: #B23D09;
}
</style>
background-color css
<style>
a { background-color: #B23D09; }
a { background-color: rgb(178,61,9); }
div.DivClassName
{
background-color: #B23D09;
}
.BgClassName
{
background-color: #B23D09;
}
</style>
border-color css
<style>
span { border-color: #B23D09; }
span { border-color: rgb(178,61,9); }
td.TdClassName
{
border-color: #B23D09;
}
.TagClassName
{
border-color: #B23D09;
}
</style>