#BF4000

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

Shades of Rust #BF4000

Tints of Rust #BF4000

Color information

#BF4000 (or 0xBF4000) is unknown color: approx Rust. HEX triplet: BF, 40 and 00. RGB value is (191,64,0). Sum of RGB (Red+Green+Blue) = 191+64+0=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4000 is #40BFFF. Grayscale: #5F5F5F. Windows color (decimal): -4243456 or 16575. OLE color: 16575.

HSL color Cylindrical-coordinate representation of color #BF4000: hue angle of 20.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF4000 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191640-
CMYK00.6610.25
HSL20.1º100%37.45%-
HSV(B)20.1º100%74.9%-
XYZ23.3214.741.62-
YUV94.6874.58196.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.90%
GREEN value IS 64 (25.39% from 255) = 25.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.90%
G=25.10%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19164000.6610.2520.110037.45
HexBF4000426419146425
Octal27710000102144312414445
Binary101111111000000001000010110010011001101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4000; }

 p { color: rgb(191,64,0); }

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

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

 a { background-color: rgb(191,64,0); }

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

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

 span { border-color: rgb(191,64,0); }

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