Shades of Rust #B74319
Tints of Rust #B74319
RGB
CMYK
RGB Variations
Color information
#B74319 (or 0xB74319) is known color: Rust. HEX triplet: B7, 43 and 19. RGB value is (183,67,25). Sum of RGB (Red+Green+Blue) = 183+67+25=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B74319 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74319 is #48BCE6. Grayscale: #616161. Windows color (decimal): -4766951 or 1655735. OLE color: 1655735.
HSL color Cylindrical-coordinate representation of color #B74319: hue angle of 15.95º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B74319 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 25 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.28 |
| HSL | 15.95º | 0.76% | 0.41% | - |
| HSV(B) | 15.95º | 0.86% | 0.72% | - |
| XYZ | 21.71 | 14.15 | 2.51 | - |
| YUV | 96.9 | 87.43 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 25 | 0 | 0.63 | 0.86 | 0.28 | 15.95 | 0.76 | 0.41 |
| Hex | B7 | 43 | 19 | 0 | 3F | 56 | 1C | 10 | 4C | 29 |
| Octal | 267 | 103 | 31 | 0 | 77 | 126 | 34 | 20 | 114 | 51 |
| Binary | 10110111 | 1000011 | 11001 | 0 | 111111 | 1010110 | 11100 | 10000 | 1001100 | 101001 |
Color Harmonies of #B74319
Complementary color
Monochromatic Colors of #B74319
Black with #B74319
Text Example
Text Example
White with #B74319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74319; }
p { color: rgb(183,67,25); }
H1.HeaderClassName
{
color: #B74319;
}
.AnyTagClassName
{
color: #B74319;
}
</style>
background-color css
<style>
a { background-color: #B74319; }
a { background-color: rgb(183,67,25); }
div.DivClassName
{
background-color: #B74319;
}
.BgClassName
{
background-color: #B74319;
}
</style>
border-color css
<style>
span { border-color: #B74319; }
span { border-color: rgb(183,67,25); }
td.TdClassName
{
border-color: #B74319;
}
.TagClassName
{
border-color: #B74319;
}
</style>