Shades of Rust #B74203
Tints of Rust #B74203
RGB
CMYK
RGB Variations
Color information
#B74203 (or 0xB74203) is known color: Rust. HEX triplet: B7, 42 and 03. RGB value is (183,66,3). Sum of RGB (Red+Green+Blue) = 183+66+3=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B74203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74203 is #48BDFC. Grayscale: #5E5E5E. Windows color (decimal): -4767229 or 213687. OLE color: 213687.
HSL color Cylindrical-coordinate representation of color #B74203: hue angle of 21º 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 #B74203 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 3 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.28 |
| HSL | 21º | 0.97% | 0.36% | - |
| HSV(B) | 21º | 0.98% | 0.72% | - |
| XYZ | 21.49 | 13.97 | 1.65 | - |
| YUV | 93.8 | 76.76 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 3 | 0 | 0.64 | 0.98 | 0.28 | 21 | 0.97 | 0.36 |
| Hex | B7 | 42 | 3 | 0 | 40 | 62 | 1C | 15 | 61 | 24 |
| Octal | 267 | 102 | 3 | 0 | 100 | 142 | 34 | 25 | 141 | 44 |
| Binary | 10110111 | 1000010 | 11 | 0 | 1000000 | 1100010 | 11100 | 10101 | 1100001 | 100100 |
Color Harmonies of #B74203
Complementary color
Monochromatic Colors of #B74203
Black with #B74203
Text Example
Text Example
White with #B74203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74203; }
p { color: rgb(183,66,3); }
H1.HeaderClassName
{
color: #B74203;
}
.AnyTagClassName
{
color: #B74203;
}
</style>
background-color css
<style>
a { background-color: #B74203; }
a { background-color: rgb(183,66,3); }
div.DivClassName
{
background-color: #B74203;
}
.BgClassName
{
background-color: #B74203;
}
</style>
border-color css
<style>
span { border-color: #B74203; }
span { border-color: rgb(183,66,3); }
td.TdClassName
{
border-color: #B74203;
}
.TagClassName
{
border-color: #B74203;
}
</style>