Shades of Rust #BD360B
Tints of Rust #BD360B
RGB
CMYK
RGB Variations
Color information
#BD360B (or 0xBD360B) is known color: Rust. HEX triplet: BD, 36 and 0B. RGB value is (189,54,11). Sum of RGB (Red+Green+Blue) = 189+54+11=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD360B is #42C9F4. Grayscale: #595959. Windows color (decimal): -4377077 or 734909. OLE color: 734909.
HSL color Cylindrical-coordinate representation of color #BD360B: hue angle of 14.49º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD360B is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 11 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.26 |
| HSL | 14.49º | 0.89% | 0.39% | - |
| HSV(B) | 14.49º | 0.94% | 0.74% | - |
| XYZ | 22.37 | 13.48 | 1.74 | - |
| YUV | 89.46 | 83.73 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 11 | 0 | 0.71 | 0.94 | 0.26 | 14.49 | 0.89 | 0.39 |
| Hex | BD | 36 | B | 0 | 47 | 5E | 1A | E | 59 | 27 |
| Octal | 275 | 66 | 13 | 0 | 107 | 136 | 32 | 16 | 131 | 47 |
| Binary | 10111101 | 110110 | 1011 | 0 | 1000111 | 1011110 | 11010 | 1110 | 1011001 | 100111 |
Color Harmonies of #BD360B
Complementary color
Monochromatic Colors of #BD360B
Black with #BD360B
Text Example
Text Example
White with #BD360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD360B; }
p { color: rgb(189,54,11); }
H1.HeaderClassName
{
color: #BD360B;
}
.AnyTagClassName
{
color: #BD360B;
}
</style>
background-color css
<style>
a { background-color: #BD360B; }
a { background-color: rgb(189,54,11); }
div.DivClassName
{
background-color: #BD360B;
}
.BgClassName
{
background-color: #BD360B;
}
</style>
border-color css
<style>
span { border-color: #BD360B; }
span { border-color: rgb(189,54,11); }
td.TdClassName
{
border-color: #BD360B;
}
.TagClassName
{
border-color: #BD360B;
}
</style>