#BF4B1C

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

Shades of Rust #BF4B1C

Tints of Rust #BF4B1C

Color information

#BF4B1C (or 0xBF4B1C) is unknown color: approx Rust. HEX triplet: BF, 4B and 1C. RGB value is (191,75,28). Sum of RGB (Red+Green+Blue) = 191+75+28=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4B1C is #40B4E3. Grayscale: #686868. Windows color (decimal): -4240612 or 1854399. OLE color: 1854399.

HSL color Cylindrical-coordinate representation of color #BF4B1C: hue angle of 17.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF4B1C is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB1917528-
CMYK00.610.850.25
HSL17.3º74.43%42.94%-
HSV(B)17.3º85.34%74.9%-
XYZ24.2116.192.95-
YUV104.3384.93189.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 64.97%
GREEN value IS 75 (29.69% from 255) = 25.51%
BLUE value IS 28 (11.33% from 255) = 9.52%
R=64.97%
G=25.51%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191752800.610.850.2517.374.4342.94
HexBF4B1C03D5519114a2b
Octal27711334075125312111253
Binary101111111001011111000111101101010111001100011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4B1C; }

 p { color: rgb(191,75,28); }

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

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

 a { background-color: rgb(191,75,28); }

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

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

 span { border-color: rgb(191,75,28); }

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