Shades of Rust #B23404
Tints of Rust #B23404
RGB
CMYK
RGB Variations
Color information
#B23404 (or 0xB23404) is known color: Rust. HEX triplet: B2, 34 and 04. RGB value is (178,52,4). Sum of RGB (Red+Green+Blue) = 178+52+4=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B23404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23404 is #4DCBFB. Grayscale: #545454. Windows color (decimal): -5098492 or 275634. OLE color: 275634.
HSL color Cylindrical-coordinate representation of color #B23404: hue angle of 16.55º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B23404 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 4 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.30 |
| HSL | 16.55º | 0.96% | 0.36% | - |
| HSV(B) | 16.55º | 0.98% | 0.7% | - |
| XYZ | 19.61 | 11.93 | 1.38 | - |
| YUV | 84.2 | 82.74 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 4 | 0 | 0.71 | 0.98 | 0.30 | 16.55 | 0.96 | 0.36 |
| Hex | B2 | 34 | 4 | 0 | 47 | 62 | 1E | 11 | 60 | 24 |
| Octal | 262 | 64 | 4 | 0 | 107 | 142 | 36 | 21 | 140 | 44 |
| Binary | 10110010 | 110100 | 100 | 0 | 1000111 | 1100010 | 11110 | 10001 | 1100000 | 100100 |
Color Harmonies of #B23404
Complementary color
Monochromatic Colors of #B23404
Black with #B23404
Text Example
Text Example
White with #B23404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23404; }
p { color: rgb(178,52,4); }
H1.HeaderClassName
{
color: #B23404;
}
.AnyTagClassName
{
color: #B23404;
}
</style>
background-color css
<style>
a { background-color: #B23404; }
a { background-color: rgb(178,52,4); }
div.DivClassName
{
background-color: #B23404;
}
.BgClassName
{
background-color: #B23404;
}
</style>
border-color css
<style>
span { border-color: #B23404; }
span { border-color: rgb(178,52,4); }
td.TdClassName
{
border-color: #B23404;
}
.TagClassName
{
border-color: #B23404;
}
</style>