#BF4C0D

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

Shades of Rust #BF4C0D

Tints of Rust #BF4C0D

Color information

#BF4C0D (or 0xBF4C0D) is unknown color: approx Rust. HEX triplet: BF, 4C and 0D. RGB value is (191,76,13). Sum of RGB (Red+Green+Blue) = 191+76+13=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4C0D is #40B3F2. Grayscale: #676767. Windows color (decimal): -4240371 or 871615. OLE color: 871615.

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

Color convert

RGB1917613-
CMYK00.600.930.25
HSL21.24º87.25%40%-
HSV(B)21.24º93.19%74.9%-
XYZ24.1416.272.25-
YUV103.277.1190.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 68.21%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 13 (5.47% from 255) = 4.64%
R=68.21%
G=27.14%
B=4.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191761300.600.930.2521.2487.2540
HexBF4CD03C5D19155728
Octal27711415074135312512750
Binary10111111100110011010111100101110111001101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4C0D; }

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

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

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

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

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

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

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

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