Shades of Rust #B74102
Tints of Rust #B74102
RGB
CMYK
RGB Variations
Color information
#B74102 (or 0xB74102) is known color: Rust. HEX triplet: B7, 41 and 02. RGB value is (183,65,2). Sum of RGB (Red+Green+Blue) = 183+65+2=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 2 (1.17% from 255 or 0.8% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B74102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74102 is #48BEFD. Grayscale: #5D5D5D. Windows color (decimal): -4767486 or 147895. OLE color: 147895.
HSL color Cylindrical-coordinate representation of color #B74102: hue angle of 20.88º 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 #B74102 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.28 |
| HSL | 20.88º | 0.98% | 0.36% | - |
| HSV(B) | 20.88º | 0.99% | 0.72% | - |
| XYZ | 21.43 | 13.85 | 1.6 | - |
| YUV | 93.1 | 76.59 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 2 | 0 | 0.64 | 0.99 | 0.28 | 20.88 | 0.98 | 0.36 |
| Hex | B7 | 41 | 2 | 0 | 40 | 63 | 1C | 15 | 62 | 24 |
| Octal | 267 | 101 | 2 | 0 | 100 | 143 | 34 | 25 | 142 | 44 |
| Binary | 10110111 | 1000001 | 10 | 0 | 1000000 | 1100011 | 11100 | 10101 | 1100010 | 100100 |
Color Harmonies of #B74102
Complementary color
Monochromatic Colors of #B74102
Black with #B74102
Text Example
Text Example
White with #B74102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74102; }
p { color: rgb(183,65,2); }
H1.HeaderClassName
{
color: #B74102;
}
.AnyTagClassName
{
color: #B74102;
}
</style>
background-color css
<style>
a { background-color: #B74102; }
a { background-color: rgb(183,65,2); }
div.DivClassName
{
background-color: #B74102;
}
.BgClassName
{
background-color: #B74102;
}
</style>
border-color css
<style>
span { border-color: #B74102; }
span { border-color: rgb(183,65,2); }
td.TdClassName
{
border-color: #B74102;
}
.TagClassName
{
border-color: #B74102;
}
</style>