Shades of Rust #B23A08
Tints of Rust #B23A08
RGB
CMYK
RGB Variations
Color information
#B23A08 (or 0xB23A08) is known color: Rust. HEX triplet: B2, 3A and 08. RGB value is (178,58,8). Sum of RGB (Red+Green+Blue) = 178+58+8=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23A08 is #4DC5F7. Grayscale: #585858. Windows color (decimal): -5096952 or 539314. OLE color: 539314.
HSL color Cylindrical-coordinate representation of color #B23A08: hue angle of 17.65º 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 #B23A08 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 58 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.30 |
| HSL | 17.65º | 0.91% | 0.36% | - |
| HSV(B) | 17.65º | 0.96% | 0.7% | - |
| XYZ | 19.92 | 12.51 | 1.59 | - |
| YUV | 88.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 58 | 8 | 0 | 0.67 | 0.96 | 0.30 | 17.65 | 0.91 | 0.36 |
| Hex | B2 | 3A | 8 | 0 | 43 | 60 | 1E | 12 | 5B | 24 |
| Octal | 262 | 72 | 10 | 0 | 103 | 140 | 36 | 22 | 133 | 44 |
| Binary | 10110010 | 111010 | 1000 | 0 | 1000011 | 1100000 | 11110 | 10010 | 1011011 | 100100 |
Color Harmonies of #B23A08
Complementary color
Monochromatic Colors of #B23A08
Black with #B23A08
Text Example
Text Example
White with #B23A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23A08; }
p { color: rgb(178,58,8); }
H1.HeaderClassName
{
color: #B23A08;
}
.AnyTagClassName
{
color: #B23A08;
}
</style>
background-color css
<style>
a { background-color: #B23A08; }
a { background-color: rgb(178,58,8); }
div.DivClassName
{
background-color: #B23A08;
}
.BgClassName
{
background-color: #B23A08;
}
</style>
border-color css
<style>
span { border-color: #B23A08; }
span { border-color: rgb(178,58,8); }
td.TdClassName
{
border-color: #B23A08;
}
.TagClassName
{
border-color: #B23A08;
}
</style>