Shades of Rust #B7421A
Tints of Rust #B7421A
RGB
CMYK
RGB Variations
Color information
#B7421A (or 0xB7421A) is known color: Rust. HEX triplet: B7, 42 and 1A. RGB value is (183,66,26). Sum of RGB (Red+Green+Blue) = 183+66+26=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7421A is #48BDE5. Grayscale: #606060. Windows color (decimal): -4767206 or 1721015. OLE color: 1721015.
HSL color Cylindrical-coordinate representation of color #B7421A: hue angle of 15.29º 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 #B7421A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 26 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.28 |
| HSL | 15.29º | 0.75% | 0.41% | - |
| HSV(B) | 15.29º | 0.86% | 0.72% | - |
| XYZ | 21.66 | 14.04 | 2.55 | - |
| YUV | 96.42 | 88.26 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 26 | 0 | 0.64 | 0.86 | 0.28 | 15.29 | 0.75 | 0.41 |
| Hex | B7 | 42 | 1A | 0 | 40 | 56 | 1C | F | 4B | 29 |
| Octal | 267 | 102 | 32 | 0 | 100 | 126 | 34 | 17 | 113 | 51 |
| Binary | 10110111 | 1000010 | 11010 | 0 | 1000000 | 1010110 | 11100 | 1111 | 1001011 | 101001 |
Color Harmonies of #B7421A
Complementary color
Monochromatic Colors of #B7421A
Black with #B7421A
Text Example
Text Example
White with #B7421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7421A; }
p { color: rgb(183,66,26); }
H1.HeaderClassName
{
color: #B7421A;
}
.AnyTagClassName
{
color: #B7421A;
}
</style>
background-color css
<style>
a { background-color: #B7421A; }
a { background-color: rgb(183,66,26); }
div.DivClassName
{
background-color: #B7421A;
}
.BgClassName
{
background-color: #B7421A;
}
</style>
border-color css
<style>
span { border-color: #B7421A; }
span { border-color: rgb(183,66,26); }
td.TdClassName
{
border-color: #B7421A;
}
.TagClassName
{
border-color: #B7421A;
}
</style>