Shades of Rust #BD3F01
Tints of Rust #BD3F01
RGB
CMYK
RGB Variations
Color information
#BD3F01 (or 0xBD3F01) is known color: Rust. HEX triplet: BD, 3F and 01. RGB value is (189,63,1). Sum of RGB (Red+Green+Blue) = 189+63+1=253 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.70% from 253); Green value is 63 (25% from 255 or 24.90% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F01 is #42C0FE. Grayscale: #5D5D5D. Windows color (decimal): -4374783 or 81853. OLE color: 81853.
HSL color Cylindrical-coordinate representation of color #BD3F01: hue angle of 19.79º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD3F01 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.26 |
| HSL | 19.79º | 0.99% | 0.37% | - |
| HSV(B) | 19.79º | 0.99% | 0.74% | - |
| XYZ | 22.77 | 14.38 | 1.6 | - |
| YUV | 93.61 | 75.74 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 1 | 0 | 0.67 | 0.99 | 0.26 | 19.79 | 0.99 | 0.37 |
| Hex | BD | 3F | 1 | 0 | 43 | 63 | 1A | 14 | 63 | 25 |
| Octal | 275 | 77 | 1 | 0 | 103 | 143 | 32 | 24 | 143 | 45 |
| Binary | 10111101 | 111111 | 1 | 0 | 1000011 | 1100011 | 11010 | 10100 | 1100011 | 100101 |
Color Harmonies of #BD3F01
Complementary color
Monochromatic Colors of #BD3F01
Black with #BD3F01
Text Example
Text Example
White with #BD3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F01; }
p { color: rgb(189,63,1); }
H1.HeaderClassName
{
color: #BD3F01;
}
.AnyTagClassName
{
color: #BD3F01;
}
</style>
background-color css
<style>
a { background-color: #BD3F01; }
a { background-color: rgb(189,63,1); }
div.DivClassName
{
background-color: #BD3F01;
}
.BgClassName
{
background-color: #BD3F01;
}
</style>
border-color css
<style>
span { border-color: #BD3F01; }
span { border-color: rgb(189,63,1); }
td.TdClassName
{
border-color: #BD3F01;
}
.TagClassName
{
border-color: #BD3F01;
}
</style>