#BF4200

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

Shades of Rust #BF4200

Tints of Rust #BF4200

Color information

#BF4200 (or 0xBF4200) is unknown color: approx Rust. HEX triplet: BF, 42 and 00. RGB value is (191,66,0). Sum of RGB (Red+Green+Blue) = 191+66+0=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4200 is #40BDFF. Grayscale: #606060. Windows color (decimal): -4242944 or 17087. OLE color: 17087.

HSL color Cylindrical-coordinate representation of color #BF4200: hue angle of 20.73º 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 #BF4200 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB191660-
CMYK00.6510.25
HSL20.73º100%37.45%-
HSV(B)20.73º100%74.9%-
XYZ23.4314.971.65-
YUV95.8573.91195.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 74.32%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.32%
G=25.68%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19166000.6510.2520.7310037.45
HexBF4200416419156425
Octal27710200101144312514445
Binary101111111000010001000001110010011001101011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4200; }

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

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

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

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

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

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

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

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