#BF390C

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

Shades of Rust #BF390C

Tints of Rust #BF390C

Color information

#BF390C (or 0xBF390C) is unknown color: approx Rust. HEX triplet: BF, 39 and 0C. RGB value is (191,57,12). Sum of RGB (Red+Green+Blue) = 191+57+12=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 57 (22.66% from 255 or 21.92% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF390C is #40C6F3. Grayscale: #5C5C5C. Windows color (decimal): -4245236 or 801215. OLE color: 801215.

HSL color Cylindrical-coordinate representation of color #BF390C: hue angle of 15.08º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF390C is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB1915712-
CMYK00.700.940.25
HSL15.08º88.18%39.8%-
HSV(B)15.08º93.72%74.9%-
XYZ23.0214.031.84-
YUV91.9482.89198.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.46%
GREEN value IS 57 (22.66% from 255) = 21.92%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=73.46%
G=21.92%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191571200.700.940.2515.0888.1839.8
HexBF39C0465E19f5828
Octal27771140106136311713050
Binary1011111111100111000100011010111101100111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF390C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF390C; }

 p { color: rgb(191,57,12); }

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

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

 a { background-color: rgb(191,57,12); }

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

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

 span { border-color: rgb(191,57,12); }

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