Shades of Rust #B7430C
Tints of Rust #B7430C
RGB
CMYK
RGB Variations
Color information
#B7430C (or 0xB7430C) is known color: Rust. HEX triplet: B7, 43 and 0C. RGB value is (183,67,12). Sum of RGB (Red+Green+Blue) = 183+67+12=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7430C is #48BCF3. Grayscale: #5F5F5F. Windows color (decimal): -4766964 or 803767. OLE color: 803767.
HSL color Cylindrical-coordinate representation of color #B7430C: hue angle of 19.3º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7430C is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 12 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.28 |
| HSL | 19.3º | 0.88% | 0.38% | - |
| HSV(B) | 19.3º | 0.93% | 0.72% | - |
| XYZ | 21.6 | 14.11 | 1.93 | - |
| YUV | 95.41 | 80.93 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 12 | 0 | 0.63 | 0.93 | 0.28 | 19.3 | 0.88 | 0.38 |
| Hex | B7 | 43 | C | 0 | 3F | 5D | 1C | 13 | 58 | 26 |
| Octal | 267 | 103 | 14 | 0 | 77 | 135 | 34 | 23 | 130 | 46 |
| Binary | 10110111 | 1000011 | 1100 | 0 | 111111 | 1011101 | 11100 | 10011 | 1011000 | 100110 |
Color Harmonies of #B7430C
Complementary color
Monochromatic Colors of #B7430C
Black with #B7430C
Text Example
Text Example
White with #B7430C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7430C; }
p { color: rgb(183,67,12); }
H1.HeaderClassName
{
color: #B7430C;
}
.AnyTagClassName
{
color: #B7430C;
}
</style>
background-color css
<style>
a { background-color: #B7430C; }
a { background-color: rgb(183,67,12); }
div.DivClassName
{
background-color: #B7430C;
}
.BgClassName
{
background-color: #B7430C;
}
</style>
border-color css
<style>
span { border-color: #B7430C; }
span { border-color: rgb(183,67,12); }
td.TdClassName
{
border-color: #B7430C;
}
.TagClassName
{
border-color: #B7430C;
}
</style>