Shades of Rust #B23B02
Tints of Rust #B23B02
RGB
CMYK
RGB Variations
Color information
#B23B02 (or 0xB23B02) is known color: Rust. HEX triplet: B2, 3B and 02. RGB value is (178,59,2). Sum of RGB (Red+Green+Blue) = 178+59+2=239 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.48% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23B02 is #4DC4FD. Grayscale: #585858. Windows color (decimal): -5096702 or 146354. OLE color: 146354.
HSL color Cylindrical-coordinate representation of color #B23B02: hue angle of 19.43º 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 #B23B02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.30 |
| HSL | 19.43º | 0.98% | 0.35% | - |
| HSV(B) | 19.43º | 0.99% | 0.7% | - |
| XYZ | 19.94 | 12.6 | 1.44 | - |
| YUV | 88.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 2 | 0 | 0.67 | 0.99 | 0.30 | 19.43 | 0.98 | 0.35 |
| Hex | B2 | 3B | 2 | 0 | 43 | 63 | 1E | 13 | 62 | 23 |
| Octal | 262 | 73 | 2 | 0 | 103 | 143 | 36 | 23 | 142 | 43 |
| Binary | 10110010 | 111011 | 10 | 0 | 1000011 | 1100011 | 11110 | 10011 | 1100010 | 100011 |
Color Harmonies of #B23B02
Complementary color
Monochromatic Colors of #B23B02
Black with #B23B02
Text Example
Text Example
White with #B23B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B02; }
p { color: rgb(178,59,2); }
H1.HeaderClassName
{
color: #B23B02;
}
.AnyTagClassName
{
color: #B23B02;
}
</style>
background-color css
<style>
a { background-color: #B23B02; }
a { background-color: rgb(178,59,2); }
div.DivClassName
{
background-color: #B23B02;
}
.BgClassName
{
background-color: #B23B02;
}
</style>
border-color css
<style>
span { border-color: #B23B02; }
span { border-color: rgb(178,59,2); }
td.TdClassName
{
border-color: #B23B02;
}
.TagClassName
{
border-color: #B23B02;
}
</style>