#BF400E

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

Shades of Rust #BF400E

Tints of Rust #BF400E

Color information

#BF400E (or 0xBF400E) is unknown color: approx Rust. HEX triplet: BF, 40 and 0E. RGB value is (191,64,14). Sum of RGB (Red+Green+Blue) = 191+64+14=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF400E is #40BFF1. Grayscale: #606060. Windows color (decimal): -4243442 or 934079. OLE color: 934079.

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

Color convert

RGB1916414-
CMYK00.660.930.25
HSL16.95º86.34%40.2%-
HSV(B)16.95º92.67%74.9%-
XYZ23.414.772.03-
YUV96.2781.58195.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 71.00%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 14 (5.86% from 255) = 5.20%
R=71.00%
G=23.79%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191641400.660.930.2516.9586.3440.2
HexBF40E0425D19115628
Octal277100160102135312112650
Binary101111111000000111001000010101110111001100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF400E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF400E; }

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

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

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

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

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

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

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

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