Shades of Rust #B74003
Tints of Rust #B74003
RGB
CMYK
RGB Variations
Color information
#B74003 (or 0xB74003) is known color: Rust. HEX triplet: B7, 40 and 03. RGB value is (183,64,3). Sum of RGB (Red+Green+Blue) = 183+64+3=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 3 (1.56% from 255 or 1.2% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B74003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74003 is #48BFFC. Grayscale: #5C5C5C. Windows color (decimal): -4767741 or 213175. OLE color: 213175.
HSL color Cylindrical-coordinate representation of color #B74003: hue angle of 20.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B74003 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.28 |
| HSL | 20.33º | 0.97% | 0.36% | - |
| HSV(B) | 20.33º | 0.98% | 0.72% | - |
| XYZ | 21.38 | 13.74 | 1.61 | - |
| YUV | 92.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 3 | 0 | 0.65 | 0.98 | 0.28 | 20.33 | 0.97 | 0.36 |
| Hex | B7 | 40 | 3 | 0 | 41 | 62 | 1C | 14 | 61 | 24 |
| Octal | 267 | 100 | 3 | 0 | 101 | 142 | 34 | 24 | 141 | 44 |
| Binary | 10110111 | 1000000 | 11 | 0 | 1000001 | 1100010 | 11100 | 10100 | 1100001 | 100100 |
Color Harmonies of #B74003
Complementary color
Monochromatic Colors of #B74003
Black with #B74003
Text Example
Text Example
White with #B74003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74003; }
p { color: rgb(183,64,3); }
H1.HeaderClassName
{
color: #B74003;
}
.AnyTagClassName
{
color: #B74003;
}
</style>
background-color css
<style>
a { background-color: #B74003; }
a { background-color: rgb(183,64,3); }
div.DivClassName
{
background-color: #B74003;
}
.BgClassName
{
background-color: #B74003;
}
</style>
border-color css
<style>
span { border-color: #B74003; }
span { border-color: rgb(183,64,3); }
td.TdClassName
{
border-color: #B74003;
}
.TagClassName
{
border-color: #B74003;
}
</style>