Shades of Rust #B23E1A
Tints of Rust #B23E1A
RGB
CMYK
RGB Variations
Color information
#B23E1A (or 0xB23E1A) is known color: Rust. HEX triplet: B2, 3E and 1A. RGB value is (178,62,26). Sum of RGB (Red+Green+Blue) = 178+62+26=266 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.92% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E1A is #4DC1E5. Grayscale: #5C5C5C. Windows color (decimal): -5095910 or 1719986. OLE color: 1719986.
HSL color Cylindrical-coordinate representation of color #B23E1A: hue angle of 14.21º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B23E1A is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 26 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.30 |
| HSL | 14.21º | 0.75% | 0.4% | - |
| HSV(B) | 14.21º | 0.85% | 0.7% | - |
| XYZ | 20.27 | 12.98 | 2.42 | - |
| YUV | 92.58 | 90.43 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 26 | 0 | 0.65 | 0.85 | 0.30 | 14.21 | 0.75 | 0.4 |
| Hex | B2 | 3E | 1A | 0 | 41 | 55 | 1E | E | 4B | 28 |
| Octal | 262 | 76 | 32 | 0 | 101 | 125 | 36 | 16 | 113 | 50 |
| Binary | 10110010 | 111110 | 11010 | 0 | 1000001 | 1010101 | 11110 | 1110 | 1001011 | 101000 |
Color Harmonies of #B23E1A
Complementary color
Monochromatic Colors of #B23E1A
Black with #B23E1A
Text Example
Text Example
White with #B23E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E1A; }
p { color: rgb(178,62,26); }
H1.HeaderClassName
{
color: #B23E1A;
}
.AnyTagClassName
{
color: #B23E1A;
}
</style>
background-color css
<style>
a { background-color: #B23E1A; }
a { background-color: rgb(178,62,26); }
div.DivClassName
{
background-color: #B23E1A;
}
.BgClassName
{
background-color: #B23E1A;
}
</style>
border-color css
<style>
span { border-color: #B23E1A; }
span { border-color: rgb(178,62,26); }
td.TdClassName
{
border-color: #B23E1A;
}
.TagClassName
{
border-color: #B23E1A;
}
</style>