Shades of Rust #B23308
Tints of Rust #B23308
RGB
CMYK
RGB Variations
Color information
#B23308 (or 0xB23308) is known color: Rust. HEX triplet: B2, 33 and 08. RGB value is (178,51,8). Sum of RGB (Red+Green+Blue) = 178+51+8=237 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.11% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 178 - color contains mainly: red. Hex color #B23308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23308 is #4DCCF7. Grayscale: #545454. Windows color (decimal): -5098744 or 537522. OLE color: 537522.
HSL color Cylindrical-coordinate representation of color #B23308: hue angle of 15.18º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B23308 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.30 |
| HSL | 15.18º | 0.91% | 0.36% | - |
| HSV(B) | 15.18º | 0.96% | 0.7% | - |
| XYZ | 19.59 | 11.85 | 1.48 | - |
| YUV | 84.07 | 85.08 | 195 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 8 | 0 | 0.71 | 0.96 | 0.30 | 15.18 | 0.91 | 0.36 |
| Hex | B2 | 33 | 8 | 0 | 47 | 60 | 1E | F | 5B | 24 |
| Octal | 262 | 63 | 10 | 0 | 107 | 140 | 36 | 17 | 133 | 44 |
| Binary | 10110010 | 110011 | 1000 | 0 | 1000111 | 1100000 | 11110 | 1111 | 1011011 | 100100 |
Color Harmonies of #B23308
Complementary color
Monochromatic Colors of #B23308
Black with #B23308
Text Example
Text Example
White with #B23308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23308; }
p { color: rgb(178,51,8); }
H1.HeaderClassName
{
color: #B23308;
}
.AnyTagClassName
{
color: #B23308;
}
</style>
background-color css
<style>
a { background-color: #B23308; }
a { background-color: rgb(178,51,8); }
div.DivClassName
{
background-color: #B23308;
}
.BgClassName
{
background-color: #B23308;
}
</style>
border-color css
<style>
span { border-color: #B23308; }
span { border-color: rgb(178,51,8); }
td.TdClassName
{
border-color: #B23308;
}
.TagClassName
{
border-color: #B23308;
}
</style>