#BF3B09

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

Shades of Rust #BF3B09

Tints of Rust #BF3B09

Color information

#BF3B09 (or 0xBF3B09) is unknown color: approx Rust. HEX triplet: BF, 3B and 09. RGB value is (191,59,9). Sum of RGB (Red+Green+Blue) = 191+59+9=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 59 (23.44% from 255 or 22.78% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3B09 is #40C4F6. Grayscale: #5D5D5D. Windows color (decimal): -4244727 or 605119. OLE color: 605119.

HSL color Cylindrical-coordinate representation of color #BF3B09: hue angle of 16.48º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF3B09 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB191599-
CMYK00.690.950.25
HSL16.48º91%39.22%-
HSV(B)16.48º95.29%74.9%-
XYZ23.114.221.79-
YUV92.7780.73198.07-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 59 (23.44% from 255) = 22.78%
BLUE value IS 9 (3.91% from 255) = 3.47%
R=73.75%
G=22.78%
B=3.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19159900.690.950.2516.489139.22
HexBF3B90455F19105b27
Octal27773110105137312013347
Binary10111111111011100101000101101111111001100001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3B09; }

 p { color: rgb(191,59,9); }

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

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

 a { background-color: rgb(191,59,9); }

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

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

 span { border-color: rgb(191,59,9); }

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