Shades of Rust #B23008
Tints of Rust #B23008
RGB
CMYK
RGB Variations
Color information
#B23008 (or 0xB23008) is known color: Rust. HEX triplet: B2, 30 and 08. RGB value is (178,48,8). Sum of RGB (Red+Green+Blue) = 178+48+8=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B23008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23008 is #4DCFF7. Grayscale: #525252. Windows color (decimal): -5099512 or 536754. OLE color: 536754.
HSL color Cylindrical-coordinate representation of color #B23008: hue angle of 14.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B23008 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 8 | - |
| CMYK | 0 | 0.73 | 0.96 | 0.30 |
| HSL | 14.12º | 0.91% | 0.36% | - |
| HSV(B) | 14.12º | 0.96% | 0.7% | - |
| XYZ | 19.46 | 11.6 | 1.44 | - |
| YUV | 82.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 8 | 0 | 0.73 | 0.96 | 0.30 | 14.12 | 0.91 | 0.36 |
| Hex | B2 | 30 | 8 | 0 | 49 | 60 | 1E | E | 5B | 24 |
| Octal | 262 | 60 | 10 | 0 | 111 | 140 | 36 | 16 | 133 | 44 |
| Binary | 10110010 | 110000 | 1000 | 0 | 1001001 | 1100000 | 11110 | 1110 | 1011011 | 100100 |
Color Harmonies of #B23008
Complementary color
Monochromatic Colors of #B23008
Black with #B23008
Text Example
Text Example
White with #B23008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23008; }
p { color: rgb(178,48,8); }
H1.HeaderClassName
{
color: #B23008;
}
.AnyTagClassName
{
color: #B23008;
}
</style>
background-color css
<style>
a { background-color: #B23008; }
a { background-color: rgb(178,48,8); }
div.DivClassName
{
background-color: #B23008;
}
.BgClassName
{
background-color: #B23008;
}
</style>
border-color css
<style>
span { border-color: #B23008; }
span { border-color: rgb(178,48,8); }
td.TdClassName
{
border-color: #B23008;
}
.TagClassName
{
border-color: #B23008;
}
</style>