Shades of Rust #B74301
Tints of Rust #B74301
RGB
CMYK
RGB Variations
Color information
#B74301 (or 0xB74301) is known color: Rust. HEX triplet: B7, 43 and 01. RGB value is (183,67,1). Sum of RGB (Red+Green+Blue) = 183+67+1=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B74301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74301 is #48BCFE. Grayscale: #5E5E5E. Windows color (decimal): -4766975 or 82871. OLE color: 82871.
HSL color Cylindrical-coordinate representation of color #B74301: hue angle of 21.76º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B74301 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.28 |
| HSL | 21.76º | 0.99% | 0.36% | - |
| HSV(B) | 21.76º | 0.99% | 0.72% | - |
| XYZ | 21.54 | 14.08 | 1.61 | - |
| YUV | 94.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 1 | 0 | 0.63 | 0.99 | 0.28 | 21.76 | 0.99 | 0.36 |
| Hex | B7 | 43 | 1 | 0 | 3F | 63 | 1C | 16 | 63 | 24 |
| Octal | 267 | 103 | 1 | 0 | 77 | 143 | 34 | 26 | 143 | 44 |
| Binary | 10110111 | 1000011 | 1 | 0 | 111111 | 1100011 | 11100 | 10110 | 1100011 | 100100 |
Color Harmonies of #B74301
Complementary color
Monochromatic Colors of #B74301
Black with #B74301
Text Example
Text Example
White with #B74301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74301; }
p { color: rgb(183,67,1); }
H1.HeaderClassName
{
color: #B74301;
}
.AnyTagClassName
{
color: #B74301;
}
</style>
background-color css
<style>
a { background-color: #B74301; }
a { background-color: rgb(183,67,1); }
div.DivClassName
{
background-color: #B74301;
}
.BgClassName
{
background-color: #B74301;
}
</style>
border-color css
<style>
span { border-color: #B74301; }
span { border-color: rgb(183,67,1); }
td.TdClassName
{
border-color: #B74301;
}
.TagClassName
{
border-color: #B74301;
}
</style>