Shades of Rust #B23919
Tints of Rust #B23919
RGB
CMYK
RGB Variations
Color information
#B23919 (or 0xB23919) is known color: Rust. HEX triplet: B2, 39 and 19. RGB value is (178,57,25). Sum of RGB (Red+Green+Blue) = 178+57+25=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 25 (10.16% from 255 or 9.62% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B23919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23919 is #4DC6E6. Grayscale: #595959. Windows color (decimal): -5097191 or 1653170. OLE color: 1653170.
HSL color Cylindrical-coordinate representation of color #B23919: hue angle of 12.55º 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 #B23919 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 25 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.30 |
| HSL | 12.55º | 0.75% | 0.4% | - |
| HSV(B) | 12.55º | 0.86% | 0.7% | - |
| XYZ | 20 | 12.46 | 2.27 | - |
| YUV | 89.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 25 | 0 | 0.68 | 0.86 | 0.30 | 12.55 | 0.75 | 0.4 |
| Hex | B2 | 39 | 19 | 0 | 44 | 56 | 1E | D | 4B | 28 |
| Octal | 262 | 71 | 31 | 0 | 104 | 126 | 36 | 15 | 113 | 50 |
| Binary | 10110010 | 111001 | 11001 | 0 | 1000100 | 1010110 | 11110 | 1101 | 1001011 | 101000 |
Color Harmonies of #B23919
Complementary color
Monochromatic Colors of #B23919
Black with #B23919
Text Example
Text Example
White with #B23919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23919; }
p { color: rgb(178,57,25); }
H1.HeaderClassName
{
color: #B23919;
}
.AnyTagClassName
{
color: #B23919;
}
</style>
background-color css
<style>
a { background-color: #B23919; }
a { background-color: rgb(178,57,25); }
div.DivClassName
{
background-color: #B23919;
}
.BgClassName
{
background-color: #B23919;
}
</style>
border-color css
<style>
span { border-color: #B23919; }
span { border-color: rgb(178,57,25); }
td.TdClassName
{
border-color: #B23919;
}
.TagClassName
{
border-color: #B23919;
}
</style>