#BF4B15

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

Shades of Rust #BF4B15

Tints of Rust #BF4B15

Color information

#BF4B15 (or 0xBF4B15) is unknown color: approx Rust. HEX triplet: BF, 4B and 15. RGB value is (191,75,21). Sum of RGB (Red+Green+Blue) = 191+75+21=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4B15 is #40B4EA. Grayscale: #676767. Windows color (decimal): -4240619 or 1395647. OLE color: 1395647.

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

Color convert

RGB1917521-
CMYK00.610.890.25
HSL19.06º80.19%41.57%-
HSV(B)19.06º89.01%74.9%-
XYZ24.1416.162.56-
YUV103.5381.43190.39-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 75 (29.69% from 255) = 26.13%
BLUE value IS 21 (8.59% from 255) = 7.32%
R=66.55%
G=26.13%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191752100.610.890.2519.0680.1941.57
HexBF4B1503D591913502a
Octal27711325075131312312052
Binary101111111001011101010111101101100111001100111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B15; }

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

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

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

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

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

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

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

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