#BF5215

Color #BF5215 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #BF5215

Tints of Rust #BF5215

Color information

#BF5215 (or 0xBF5215) is unknown color: approx Rust. HEX triplet: BF, 52 and 15. RGB value is (191,82,21). Sum of RGB (Red+Green+Blue) = 191+82+21=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5215 is #40ADEA. Grayscale: #6B6B6B. Windows color (decimal): -4238827 or 1397439. OLE color: 1397439.

HSL color Cylindrical-coordinate representation of color #BF5215: hue angle of 21.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF5215 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1918221-
CMYK00.570.890.25
HSL21.53º80.19%41.57%-
HSV(B)21.53º89.01%74.9%-
XYZ24.6417.172.72-
YUV107.6479.11187.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 21 (8.59% from 255) = 7.14%
R=64.97%
G=27.89%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191822100.570.890.2521.5380.1941.57
HexBF5215039591916502a
Octal27712225071131312612052
Binary101111111010010101010111001101100111001101101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5215; }

 p { color: rgb(191,82,21); }

 H1.HeaderClassName
 {
   color: #BF5215;
 }
 .AnyTagClassName
 {
   color: #BF5215;
 }
</style>
background-color css

<style>
 a { background-color: #BF5215; }

 a { background-color: rgb(191,82,21); }

 div.DivClassName
 {
   background-color: #BF5215;
 }
 .BgClassName
 {
   background-color: #BF5215;
 }
</style>
border-color css

<style>
 span { border-color: #BF5215; }

 span { border-color: rgb(191,82,21); }

 td.TdClassName
 {
   border-color: #BF5215;
 }
 .TagClassName
 {
   border-color: #BF5215;
 }
</style>