Shades of Rust #B74103
Tints of Rust #B74103
RGB
CMYK
RGB Variations
Color information
#B74103 (or 0xB74103) is known color: Rust. HEX triplet: B7, 41 and 03. RGB value is (183,65,3). Sum of RGB (Red+Green+Blue) = 183+65+3=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B74103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74103 is #48BEFC. Grayscale: #5D5D5D. Windows color (decimal): -4767485 or 213431. OLE color: 213431.
HSL color Cylindrical-coordinate representation of color #B74103: hue angle of 20.67º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B74103 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.28 |
| HSL | 20.67º | 0.97% | 0.36% | - |
| HSV(B) | 20.67º | 0.98% | 0.72% | - |
| XYZ | 21.44 | 13.85 | 1.63 | - |
| YUV | 93.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 3 | 0 | 0.64 | 0.98 | 0.28 | 20.67 | 0.97 | 0.36 |
| Hex | B7 | 41 | 3 | 0 | 40 | 62 | 1C | 15 | 61 | 24 |
| Octal | 267 | 101 | 3 | 0 | 100 | 142 | 34 | 25 | 141 | 44 |
| Binary | 10110111 | 1000001 | 11 | 0 | 1000000 | 1100010 | 11100 | 10101 | 1100001 | 100100 |
Color Harmonies of #B74103
Complementary color
Monochromatic Colors of #B74103
Black with #B74103
Text Example
Text Example
White with #B74103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74103; }
p { color: rgb(183,65,3); }
H1.HeaderClassName
{
color: #B74103;
}
.AnyTagClassName
{
color: #B74103;
}
</style>
background-color css
<style>
a { background-color: #B74103; }
a { background-color: rgb(183,65,3); }
div.DivClassName
{
background-color: #B74103;
}
.BgClassName
{
background-color: #B74103;
}
</style>
border-color css
<style>
span { border-color: #B74103; }
span { border-color: rgb(183,65,3); }
td.TdClassName
{
border-color: #B74103;
}
.TagClassName
{
border-color: #B74103;
}
</style>