Shades of Rust #B74320
Tints of Rust #B74320
RGB
CMYK
RGB Variations
Color information
#B74320 (or 0xB74320) is known color: Rust. HEX triplet: B7, 43 and 20. RGB value is (183,67,32). Sum of RGB (Red+Green+Blue) = 183+67+32=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B74320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74320 is #48BCDF. Grayscale: #616161. Windows color (decimal): -4766944 or 2114487. OLE color: 2114487.
HSL color Cylindrical-coordinate representation of color #B74320: hue angle of 13.91º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B74320 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 32 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.28 |
| HSL | 13.91º | 0.7% | 0.42% | - |
| HSV(B) | 13.91º | 0.83% | 0.72% | - |
| XYZ | 21.8 | 14.19 | 2.96 | - |
| YUV | 97.69 | 90.93 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 32 | 0 | 0.63 | 0.83 | 0.28 | 13.91 | 0.7 | 0.42 |
| Hex | B7 | 43 | 20 | 0 | 3F | 53 | 1C | E | 46 | 2A |
| Octal | 267 | 103 | 40 | 0 | 77 | 123 | 34 | 16 | 106 | 52 |
| Binary | 10110111 | 1000011 | 100000 | 0 | 111111 | 1010011 | 11100 | 1110 | 1000110 | 101010 |
Color Harmonies of #B74320
Complementary color
Monochromatic Colors of #B74320
Black with #B74320
Text Example
Text Example
White with #B74320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74320; }
p { color: rgb(183,67,32); }
H1.HeaderClassName
{
color: #B74320;
}
.AnyTagClassName
{
color: #B74320;
}
</style>
background-color css
<style>
a { background-color: #B74320; }
a { background-color: rgb(183,67,32); }
div.DivClassName
{
background-color: #B74320;
}
.BgClassName
{
background-color: #B74320;
}
</style>
border-color css
<style>
span { border-color: #B74320; }
span { border-color: rgb(183,67,32); }
td.TdClassName
{
border-color: #B74320;
}
.TagClassName
{
border-color: #B74320;
}
</style>