#BF4C19

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

Shades of Rust #BF4C19

Tints of Rust #BF4C19

Color information

#BF4C19 (or 0xBF4C19) is unknown color: approx Rust. HEX triplet: BF, 4C and 19. RGB value is (191,76,25). Sum of RGB (Red+Green+Blue) = 191+76+25=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 25 (10.16% from 255 or 8.56% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C19 is #40B3E6. Grayscale: #686868. Windows color (decimal): -4240359 or 1658047. OLE color: 1658047.

HSL color Cylindrical-coordinate representation of color #BF4C19: hue angle of 18.43º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF4C19 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB1917625-
CMYK00.600.870.25
HSL18.43º76.85%42.35%-
HSV(B)18.43º86.91%74.9%-
XYZ24.2516.322.79-
YUV104.5783.1189.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 65.41%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 25 (10.16% from 255) = 8.56%
R=65.41%
G=26.03%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191762500.600.870.2518.4376.8542.35
HexBF4C1903C5719124d2a
Octal27711431074127312211552
Binary101111111001100110010111100101011111001100101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C19; }

 p { color: rgb(191,76,25); }

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

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

 a { background-color: rgb(191,76,25); }

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

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

 span { border-color: rgb(191,76,25); }

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