#BF3702

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

Shades of Rust #BF3702

Tints of Rust #BF3702

Color information

#BF3702 (or 0xBF3702) is unknown color: approx Rust. HEX triplet: BF, 37 and 02. RGB value is (191,55,2). Sum of RGB (Red+Green+Blue) = 191+55+2=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3702 is #40C8FD. Grayscale: #595959. Windows color (decimal): -4245758 or 145343. OLE color: 145343.

HSL color Cylindrical-coordinate representation of color #BF3702: hue angle of 16.83º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF3702 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB191552-
CMYK00.710.990.25
HSL16.83º97.93%37.84%-
HSV(B)16.83º98.95%74.9%-
XYZ22.8613.811.52-
YUV89.6278.56200.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.02%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=77.02%
G=22.18%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19155200.710.990.2516.8397.9337.84
HexBF3720476319116226
Octal2776720107143312114246
Binary101111111101111001000111110001111001100011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3702; }

 p { color: rgb(191,55,2); }

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

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

 a { background-color: rgb(191,55,2); }

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

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

 span { border-color: rgb(191,55,2); }

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