#BF4E08

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

Shades of Rust #BF4E08

Tints of Rust #BF4E08

Color information

#BF4E08 (or 0xBF4E08) is unknown color: approx Rust. HEX triplet: BF, 4E and 08. RGB value is (191,78,8). Sum of RGB (Red+Green+Blue) = 191+78+8=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E08 is #40B1F7. Grayscale: #686868. Windows color (decimal): -4239864 or 544447. OLE color: 544447.

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

Color convert

RGB191788-
CMYK00.590.960.25
HSL22.95º91.96%39.02%-
HSV(B)22.95º95.81%74.9%-
XYZ24.2516.542.14-
YUV103.8173.94190.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.95%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 8 (3.52% from 255) = 2.89%
R=68.95%
G=28.16%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19178800.590.960.2522.9591.9639.02
HexBF4E803B6019175c27
Octal27711610073140312713447
Binary10111111100111010000111011110000011001101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4E08; }

 p { color: rgb(191,78,8); }

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

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

 a { background-color: rgb(191,78,8); }

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

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

 span { border-color: rgb(191,78,8); }

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