Shades of Rust #B63D09
Tints of Rust #B63D09
RGB
CMYK
RGB Variations
Color information
#B63D09 (or 0xB63D09) is known color: Rust. HEX triplet: B6, 3D and 09. RGB value is (182,61,9). Sum of RGB (Red+Green+Blue) = 182+61+9=252 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.22% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63D09 is #49C2F6. Grayscale: #5B5B5B. Windows color (decimal): -4834039 or 605622. OLE color: 605622.
HSL color Cylindrical-coordinate representation of color #B63D09: hue angle of 18.03º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B63D09 is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 9 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.29 |
| HSL | 18.03º | 0.91% | 0.37% | - |
| HSV(B) | 18.03º | 0.95% | 0.71% | - |
| XYZ | 21.01 | 13.3 | 1.72 | - |
| YUV | 91.25 | 81.59 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 9 | 0 | 0.66 | 0.95 | 0.29 | 18.03 | 0.91 | 0.37 |
| Hex | B6 | 3D | 9 | 0 | 42 | 5F | 1D | 12 | 5B | 25 |
| Octal | 266 | 75 | 11 | 0 | 102 | 137 | 35 | 22 | 133 | 45 |
| Binary | 10110110 | 111101 | 1001 | 0 | 1000010 | 1011111 | 11101 | 10010 | 1011011 | 100101 |
Color Harmonies of #B63D09
Complementary color
Monochromatic Colors of #B63D09
Black with #B63D09
Text Example
Text Example
White with #B63D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D09; }
p { color: rgb(182,61,9); }
H1.HeaderClassName
{
color: #B63D09;
}
.AnyTagClassName
{
color: #B63D09;
}
</style>
background-color css
<style>
a { background-color: #B63D09; }
a { background-color: rgb(182,61,9); }
div.DivClassName
{
background-color: #B63D09;
}
.BgClassName
{
background-color: #B63D09;
}
</style>
border-color css
<style>
span { border-color: #B63D09; }
span { border-color: rgb(182,61,9); }
td.TdClassName
{
border-color: #B63D09;
}
.TagClassName
{
border-color: #B63D09;
}
</style>