Shades of Rust #B74309
Tints of Rust #B74309
RGB
CMYK
RGB Variations
Color information
#B74309 (or 0xB74309) is known color: Rust. HEX triplet: B7, 43 and 09. RGB value is (183,67,9). Sum of RGB (Red+Green+Blue) = 183+67+9=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B74309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74309 is #48BCF6. Grayscale: #5F5F5F. Windows color (decimal): -4766967 or 607159. OLE color: 607159.
HSL color Cylindrical-coordinate representation of color #B74309: hue angle of 20º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B74309 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 9 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.28 |
| HSL | 20º | 0.91% | 0.38% | - |
| HSV(B) | 20º | 0.95% | 0.72% | - |
| XYZ | 21.58 | 14.1 | 1.84 | - |
| YUV | 95.07 | 79.43 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 9 | 0 | 0.63 | 0.95 | 0.28 | 20 | 0.91 | 0.38 |
| Hex | B7 | 43 | 9 | 0 | 3F | 5F | 1C | 14 | 5B | 26 |
| Octal | 267 | 103 | 11 | 0 | 77 | 137 | 34 | 24 | 133 | 46 |
| Binary | 10110111 | 1000011 | 1001 | 0 | 111111 | 1011111 | 11100 | 10100 | 1011011 | 100110 |
Color Harmonies of #B74309
Complementary color
Monochromatic Colors of #B74309
Black with #B74309
Text Example
Text Example
White with #B74309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74309; }
p { color: rgb(183,67,9); }
H1.HeaderClassName
{
color: #B74309;
}
.AnyTagClassName
{
color: #B74309;
}
</style>
background-color css
<style>
a { background-color: #B74309; }
a { background-color: rgb(183,67,9); }
div.DivClassName
{
background-color: #B74309;
}
.BgClassName
{
background-color: #B74309;
}
</style>
border-color css
<style>
span { border-color: #B74309; }
span { border-color: rgb(183,67,9); }
td.TdClassName
{
border-color: #B74309;
}
.TagClassName
{
border-color: #B74309;
}
</style>