Shades of Rust #B73A1A
Tints of Rust #B73A1A
RGB
CMYK
RGB Variations
Color information
#B73A1A (or 0xB73A1A) is known color: Rust. HEX triplet: B7, 3A and 1A. RGB value is (183,58,26). Sum of RGB (Red+Green+Blue) = 183+58+26=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B73A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73A1A is #48C5E5. Grayscale: #5B5B5B. Windows color (decimal): -4769254 or 1718967. OLE color: 1718967.
HSL color Cylindrical-coordinate representation of color #B73A1A: hue angle of 12.23º degrees, saturation: 0.75, 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 #B73A1A is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 58 | 26 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.28 |
| HSL | 12.23º | 0.75% | 0.41% | - |
| HSV(B) | 12.23º | 0.86% | 0.72% | - |
| XYZ | 21.23 | 13.17 | 2.4 | - |
| YUV | 91.73 | 90.91 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 58 | 26 | 0 | 0.68 | 0.86 | 0.28 | 12.23 | 0.75 | 0.41 |
| Hex | B7 | 3A | 1A | 0 | 44 | 56 | 1C | C | 4B | 29 |
| Octal | 267 | 72 | 32 | 0 | 104 | 126 | 34 | 14 | 113 | 51 |
| Binary | 10110111 | 111010 | 11010 | 0 | 1000100 | 1010110 | 11100 | 1100 | 1001011 | 101001 |
Color Harmonies of #B73A1A
Complementary color
Monochromatic Colors of #B73A1A
Black with #B73A1A
Text Example
Text Example
White with #B73A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73A1A; }
p { color: rgb(183,58,26); }
H1.HeaderClassName
{
color: #B73A1A;
}
.AnyTagClassName
{
color: #B73A1A;
}
</style>
background-color css
<style>
a { background-color: #B73A1A; }
a { background-color: rgb(183,58,26); }
div.DivClassName
{
background-color: #B73A1A;
}
.BgClassName
{
background-color: #B73A1A;
}
</style>
border-color css
<style>
span { border-color: #B73A1A; }
span { border-color: rgb(183,58,26); }
td.TdClassName
{
border-color: #B73A1A;
}
.TagClassName
{
border-color: #B73A1A;
}
</style>