Shades of Rust #B23902
Tints of Rust #B23902
RGB
CMYK
RGB Variations
Color information
#B23902 (or 0xB23902) is known color: Rust. HEX triplet: B2, 39 and 02. RGB value is (178,57,2). Sum of RGB (Red+Green+Blue) = 178+57+2=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 2 (1.17% from 255 or 0.84% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B23902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23902 is #4DC6FD. Grayscale: #575757. Windows color (decimal): -5097214 or 145842. OLE color: 145842.
HSL color Cylindrical-coordinate representation of color #B23902: hue angle of 18.75º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B23902 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.30 |
| HSL | 18.75º | 0.98% | 0.35% | - |
| HSV(B) | 18.75º | 0.99% | 0.7% | - |
| XYZ | 19.83 | 12.4 | 1.4 | - |
| YUV | 86.91 | 80.09 | 192.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 2 | 0 | 0.68 | 0.99 | 0.30 | 18.75 | 0.98 | 0.35 |
| Hex | B2 | 39 | 2 | 0 | 44 | 63 | 1E | 13 | 62 | 23 |
| Octal | 262 | 71 | 2 | 0 | 104 | 143 | 36 | 23 | 142 | 43 |
| Binary | 10110010 | 111001 | 10 | 0 | 1000100 | 1100011 | 11110 | 10011 | 1100010 | 100011 |
Color Harmonies of #B23902
Complementary color
Monochromatic Colors of #B23902
Black with #B23902
Text Example
Text Example
White with #B23902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23902; }
p { color: rgb(178,57,2); }
H1.HeaderClassName
{
color: #B23902;
}
.AnyTagClassName
{
color: #B23902;
}
</style>
background-color css
<style>
a { background-color: #B23902; }
a { background-color: rgb(178,57,2); }
div.DivClassName
{
background-color: #B23902;
}
.BgClassName
{
background-color: #B23902;
}
</style>
border-color css
<style>
span { border-color: #B23902; }
span { border-color: rgb(178,57,2); }
td.TdClassName
{
border-color: #B23902;
}
.TagClassName
{
border-color: #B23902;
}
</style>