Shades of Rust #B74C02
Tints of Rust #B74C02
RGB
CMYK
RGB Variations
Color information
#B74C02 (or 0xB74C02) is known color: Rust. HEX triplet: B7, 4C and 02. RGB value is (183,76,2). Sum of RGB (Red+Green+Blue) = 183+76+2=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74C02 is #48B3FD. Grayscale: #636363. Windows color (decimal): -4764670 or 150711. OLE color: 150711.
HSL color Cylindrical-coordinate representation of color #B74C02: hue angle of 24.53º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B74C02 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 76 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.28 |
| HSL | 24.53º | 0.98% | 0.36% | - |
| HSV(B) | 24.53º | 0.99% | 0.72% | - |
| XYZ | 22.12 | 15.24 | 1.83 | - |
| YUV | 99.56 | 72.95 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 76 | 2 | 0 | 0.58 | 0.99 | 0.28 | 24.53 | 0.98 | 0.36 |
| Hex | B7 | 4C | 2 | 0 | 3A | 63 | 1C | 19 | 62 | 24 |
| Octal | 267 | 114 | 2 | 0 | 72 | 143 | 34 | 31 | 142 | 44 |
| Binary | 10110111 | 1001100 | 10 | 0 | 111010 | 1100011 | 11100 | 11001 | 1100010 | 100100 |
Color Harmonies of #B74C02
Complementary color
Monochromatic Colors of #B74C02
Black with #B74C02
Text Example
Text Example
White with #B74C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74C02; }
p { color: rgb(183,76,2); }
H1.HeaderClassName
{
color: #B74C02;
}
.AnyTagClassName
{
color: #B74C02;
}
</style>
background-color css
<style>
a { background-color: #B74C02; }
a { background-color: rgb(183,76,2); }
div.DivClassName
{
background-color: #B74C02;
}
.BgClassName
{
background-color: #B74C02;
}
</style>
border-color css
<style>
span { border-color: #B74C02; }
span { border-color: rgb(183,76,2); }
td.TdClassName
{
border-color: #B74C02;
}
.TagClassName
{
border-color: #B74C02;
}
</style>