Shades of Rust #B23009
Tints of Rust #B23009
RGB
CMYK
RGB Variations
Color information
#B23009 (or 0xB23009) is known color: Rust. HEX triplet: B2, 30 and 09. RGB value is (178,48,9). Sum of RGB (Red+Green+Blue) = 178+48+9=235 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.74% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 178 - color contains mainly: red. Hex color #B23009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23009 is #4DCFF6. Grayscale: #525252. Windows color (decimal): -5099511 or 602290. OLE color: 602290.
HSL color Cylindrical-coordinate representation of color #B23009: hue angle of 13.85º 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 #B23009 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.30 |
| HSL | 13.85º | 0.9% | 0.37% | - |
| HSV(B) | 13.85º | 0.95% | 0.7% | - |
| XYZ | 19.47 | 11.6 | 1.47 | - |
| YUV | 82.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 9 | 0 | 0.73 | 0.95 | 0.30 | 13.85 | 0.9 | 0.37 |
| Hex | B2 | 30 | 9 | 0 | 49 | 5F | 1E | E | 5A | 25 |
| Octal | 262 | 60 | 11 | 0 | 111 | 137 | 36 | 16 | 132 | 45 |
| Binary | 10110010 | 110000 | 1001 | 0 | 1001001 | 1011111 | 11110 | 1110 | 1011010 | 100101 |
Color Harmonies of #B23009
Complementary color
Monochromatic Colors of #B23009
Black with #B23009
Text Example
Text Example
White with #B23009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23009; }
p { color: rgb(178,48,9); }
H1.HeaderClassName
{
color: #B23009;
}
.AnyTagClassName
{
color: #B23009;
}
</style>
background-color css
<style>
a { background-color: #B23009; }
a { background-color: rgb(178,48,9); }
div.DivClassName
{
background-color: #B23009;
}
.BgClassName
{
background-color: #B23009;
}
</style>
border-color css
<style>
span { border-color: #B23009; }
span { border-color: rgb(178,48,9); }
td.TdClassName
{
border-color: #B23009;
}
.TagClassName
{
border-color: #B23009;
}
</style>