Shades of Rust #BF3A02
Tints of Rust #BF3A02
RGB
CMYK
RGB Variations
Color information
#BF3A02 (or 0xBF3A02) is known color: Rust. HEX triplet: BF, 3A and 02. RGB value is (191,58,2). Sum of RGB (Red+Green+Blue) = 191+58+2=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 2 (1.17% from 255 or 0.80% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A02 is #40C5FD. Grayscale: #5B5B5B. Windows color (decimal): -4244990 or 146111. OLE color: 146111.
HSL color Cylindrical-coordinate representation of color #BF3A02: hue angle of 17.78º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF3A02 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.25 |
| HSL | 17.78º | 0.98% | 0.38% | - |
| HSV(B) | 17.78º | 0.99% | 0.75% | - |
| XYZ | 23.01 | 14.11 | 1.57 | - |
| YUV | 91.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 2 | 0 | 0.70 | 0.99 | 0.25 | 17.78 | 0.98 | 0.38 |
| Hex | BF | 3A | 2 | 0 | 46 | 63 | 19 | 12 | 62 | 26 |
| Octal | 277 | 72 | 2 | 0 | 106 | 143 | 31 | 22 | 142 | 46 |
| Binary | 10111111 | 111010 | 10 | 0 | 1000110 | 1100011 | 11001 | 10010 | 1100010 | 100110 |
Color Harmonies of #BF3A02
Complementary color
Monochromatic Colors of #BF3A02
Black with #BF3A02
Text Example
Text Example
White with #BF3A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A02; }
p { color: rgb(191,58,2); }
H1.HeaderClassName
{
color: #BF3A02;
}
.AnyTagClassName
{
color: #BF3A02;
}
</style>
background-color css
<style>
a { background-color: #BF3A02; }
a { background-color: rgb(191,58,2); }
div.DivClassName
{
background-color: #BF3A02;
}
.BgClassName
{
background-color: #BF3A02;
}
</style>
border-color css
<style>
span { border-color: #BF3A02; }
span { border-color: rgb(191,58,2); }
td.TdClassName
{
border-color: #BF3A02;
}
.TagClassName
{
border-color: #BF3A02;
}
</style>