#bf3700

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

Shades of Rust #BF3700

Tints of Rust #BF3700

Color information

#BF3700 (or 0xBF3700) is unknown color: approx Rust. HEX triplet: BF, 37 and 00. RGB value is (191,55,0). Sum of RGB (Red+Green+Blue) = 191+55+0=246 (32% of max value = 765). Red value is 191 (75% from 255 or 77.64% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3700 is #40C8FF. Grayscale: #595959. Windows color (decimal): -4245760 or 14271. OLE color: 14271.

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

Color convert

RGB191550-
CMYK00.7110.25
HSL17.28º100%37.45%-
HSV(B)17.28º100%74.9%-
XYZ22.8513.811.46-
YUV89.3977.56200.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 77.64%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.64%
G=22.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19155000.7110.2517.2810037.45
HexBF3700476419116425
Octal2776700107144312114445
Binary10111111110111001000111110010011001100011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf3700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf3700; }

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

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

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

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

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

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

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

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