#BF4C15

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

Shades of Rust #BF4C15

Tints of Rust #BF4C15

Color information

#BF4C15 (or 0xBF4C15) is unknown color: approx Rust. HEX triplet: BF, 4C and 15. RGB value is (191,76,21). Sum of RGB (Red+Green+Blue) = 191+76+21=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C15 is #40B3EA. Grayscale: #686868. Windows color (decimal): -4240363 or 1395903. OLE color: 1395903.

HSL color Cylindrical-coordinate representation of color #BF4C15: hue angle of 19.41º 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 #BF4C15 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1917621-
CMYK00.600.890.25
HSL19.41º80.19%41.57%-
HSV(B)19.41º89.01%74.9%-
XYZ24.2116.32.58-
YUV104.1281.1189.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.32%
GREEN value IS 76 (30.08% from 255) = 26.39%
BLUE value IS 21 (8.59% from 255) = 7.29%
R=66.32%
G=26.39%
B=7.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191762100.600.890.2519.4180.1941.57
HexBF4C1503C591913502a
Octal27711425074131312312052
Binary101111111001100101010111100101100111001100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C15; }

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

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

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

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

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

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

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

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