Shades of Rust #B74312
Tints of Rust #B74312
RGB
CMYK
RGB Variations
Color information
#B74312 (or 0xB74312) is known color: Rust. HEX triplet: B7, 43 and 12. RGB value is (183,67,18). Sum of RGB (Red+Green+Blue) = 183+67+18=268 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.28% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 183 - color contains mainly: red. Hex color #B74312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74312 is #48BCED. Grayscale: #606060. Windows color (decimal): -4766958 or 1196983. OLE color: 1196983.
HSL color Cylindrical-coordinate representation of color #B74312: hue angle of 17.82º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B74312 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 18 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.28 |
| HSL | 17.82º | 0.82% | 0.39% | - |
| HSV(B) | 17.82º | 0.9% | 0.72% | - |
| XYZ | 21.64 | 14.13 | 2.16 | - |
| YUV | 96.1 | 83.93 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 18 | 0 | 0.63 | 0.90 | 0.28 | 17.82 | 0.82 | 0.39 |
| Hex | B7 | 43 | 12 | 0 | 3F | 5A | 1C | 12 | 52 | 27 |
| Octal | 267 | 103 | 22 | 0 | 77 | 132 | 34 | 22 | 122 | 47 |
| Binary | 10110111 | 1000011 | 10010 | 0 | 111111 | 1011010 | 11100 | 10010 | 1010010 | 100111 |
Color Harmonies of #B74312
Complementary color
Monochromatic Colors of #B74312
Black with #B74312
Text Example
Text Example
White with #B74312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74312; }
p { color: rgb(183,67,18); }
H1.HeaderClassName
{
color: #B74312;
}
.AnyTagClassName
{
color: #B74312;
}
</style>
background-color css
<style>
a { background-color: #B74312; }
a { background-color: rgb(183,67,18); }
div.DivClassName
{
background-color: #B74312;
}
.BgClassName
{
background-color: #B74312;
}
</style>
border-color css
<style>
span { border-color: #B74312; }
span { border-color: rgb(183,67,18); }
td.TdClassName
{
border-color: #B74312;
}
.TagClassName
{
border-color: #B74312;
}
</style>