#BF4D13

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

Shades of Rust #BF4D13

Tints of Rust #BF4D13

Color information

#BF4D13 (or 0xBF4D13) is unknown color: approx Rust. HEX triplet: BF, 4D and 13. RGB value is (191,77,19). Sum of RGB (Red+Green+Blue) = 191+77+19=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D13 is #40B2EC. Grayscale: #686868. Windows color (decimal): -4240109 or 1265087. OLE color: 1265087.

HSL color Cylindrical-coordinate representation of color #BF4D13: hue angle of 20.23º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4D13 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB1917719-
CMYK00.600.900.25
HSL20.23º81.9%41.18%-
HSV(B)20.23º90.05%74.9%-
XYZ24.2616.432.51-
YUV104.4779.77189.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 66.55%
GREEN value IS 77 (30.47% from 255) = 26.83%
BLUE value IS 19 (7.81% from 255) = 6.62%
R=66.55%
G=26.83%
B=6.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191771900.600.900.2520.2381.941.18
HexBF4D1303C5A19145229
Octal27711523074132312412251
Binary101111111001101100110111100101101011001101001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D13; }

 p { color: rgb(191,77,19); }

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

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

 a { background-color: rgb(191,77,19); }

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

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

 span { border-color: rgb(191,77,19); }

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