Shades of Rust #B33C1C
Tints of Rust #B33C1C
RGB
CMYK
RGB Variations
Color information
#B33C1C (or 0xB33C1C) is known color: Rust. HEX triplet: B3, 3C and 1C. RGB value is (179,60,28). Sum of RGB (Red+Green+Blue) = 179+60+28=267 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.04% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33C1C is #4CC3E3. Grayscale: #5C5C5C. Windows color (decimal): -5030884 or 1850547. OLE color: 1850547.
HSL color Cylindrical-coordinate representation of color #B33C1C: hue angle of 12.72º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B33C1C is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 60 | 28 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.30 |
| HSL | 12.72º | 0.73% | 0.41% | - |
| HSV(B) | 12.72º | 0.84% | 0.7% | - |
| XYZ | 20.42 | 12.9 | 2.51 | - |
| YUV | 91.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 60 | 28 | 0 | 0.66 | 0.84 | 0.30 | 12.72 | 0.73 | 0.41 |
| Hex | B3 | 3C | 1C | 0 | 42 | 54 | 1E | D | 49 | 29 |
| Octal | 263 | 74 | 34 | 0 | 102 | 124 | 36 | 15 | 111 | 51 |
| Binary | 10110011 | 111100 | 11100 | 0 | 1000010 | 1010100 | 11110 | 1101 | 1001001 | 101001 |
Color Harmonies of #B33C1C
Complementary color
Monochromatic Colors of #B33C1C
Black with #B33C1C
Text Example
Text Example
White with #B33C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33C1C; }
p { color: rgb(179,60,28); }
H1.HeaderClassName
{
color: #B33C1C;
}
.AnyTagClassName
{
color: #B33C1C;
}
</style>
background-color css
<style>
a { background-color: #B33C1C; }
a { background-color: rgb(179,60,28); }
div.DivClassName
{
background-color: #B33C1C;
}
.BgClassName
{
background-color: #B33C1C;
}
</style>
border-color css
<style>
span { border-color: #B33C1C; }
span { border-color: rgb(179,60,28); }
td.TdClassName
{
border-color: #B33C1C;
}
.TagClassName
{
border-color: #B33C1C;
}
</style>