#BF3F00

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

Shades of Rust #BF3F00

Tints of Rust #BF3F00

Color information

#BF3F00 (or 0xBF3F00) is unknown color: approx Rust. HEX triplet: BF, 3F and 00. RGB value is (191,63,0). Sum of RGB (Red+Green+Blue) = 191+63+0=254 (33% of max value = 765). Red value is 191 (75% from 255 or 75.20% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F00 is #40C0FF. Grayscale: #5E5E5E. Windows color (decimal): -4243712 or 16319. OLE color: 16319.

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

Color convert

RGB191630-
CMYK00.6710.25
HSL19.79º100%37.45%-
HSV(B)19.79º100%74.9%-
XYZ23.2614.631.6-
YUV94.0974.91197.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 75.20%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.20%
G=24.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19163000.6710.2519.7910037.45
HexBF3F00436419146425
Octal2777700103144312414445
Binary10111111111111001000011110010011001101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3F00; }

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

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

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

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

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

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

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

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