Shades of Rust #B23819
Tints of Rust #B23819
RGB
CMYK
RGB Variations
Color information
#B23819 (or 0xB23819) is known color: Rust. HEX triplet: B2, 38 and 19. RGB value is (178,56,25). Sum of RGB (Red+Green+Blue) = 178+56+25=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B23819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23819 is #4DC7E6. Grayscale: #595959. Windows color (decimal): -5097447 or 1652914. OLE color: 1652914.
HSL color Cylindrical-coordinate representation of color #B23819: hue angle of 12.16º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B23819 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 25 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.30 |
| HSL | 12.16º | 0.75% | 0.4% | - |
| HSV(B) | 12.16º | 0.86% | 0.7% | - |
| XYZ | 19.95 | 12.36 | 2.25 | - |
| YUV | 88.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 25 | 0 | 0.69 | 0.86 | 0.30 | 12.16 | 0.75 | 0.4 |
| Hex | B2 | 38 | 19 | 0 | 45 | 56 | 1E | C | 4B | 28 |
| Octal | 262 | 70 | 31 | 0 | 105 | 126 | 36 | 14 | 113 | 50 |
| Binary | 10110010 | 111000 | 11001 | 0 | 1000101 | 1010110 | 11110 | 1100 | 1001011 | 101000 |
Color Harmonies of #B23819
Complementary color
Monochromatic Colors of #B23819
Black with #B23819
Text Example
Text Example
White with #B23819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23819; }
p { color: rgb(178,56,25); }
H1.HeaderClassName
{
color: #B23819;
}
.AnyTagClassName
{
color: #B23819;
}
</style>
background-color css
<style>
a { background-color: #B23819; }
a { background-color: rgb(178,56,25); }
div.DivClassName
{
background-color: #B23819;
}
.BgClassName
{
background-color: #B23819;
}
</style>
border-color css
<style>
span { border-color: #B23819; }
span { border-color: rgb(178,56,25); }
td.TdClassName
{
border-color: #B23819;
}
.TagClassName
{
border-color: #B23819;
}
</style>