#BF541A

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

Shades of Rust #BF541A

Tints of Rust #BF541A

Color information

#BF541A (or 0xBF541A) is unknown color: approx Rust. HEX triplet: BF, 54 and 1A. RGB value is (191,84,26). Sum of RGB (Red+Green+Blue) = 191+84+26=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF541A is #40ABE5. Grayscale: #6D6D6D. Windows color (decimal): -4238310 or 1725631. OLE color: 1725631.

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

Color convert

RGB1918426-
CMYK00.560.860.25
HSL21.09º76.04%42.55%-
HSV(B)21.09º86.39%74.9%-
XYZ24.8417.493.04-
YUV109.3880.95186.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 63.46%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 26 (10.55% from 255) = 8.64%
R=63.46%
G=27.91%
B=8.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191842600.560.860.2521.0976.0442.55
HexBF541A0385619154c2b
Octal27712432070126312511453
Binary101111111010100110100111000101011011001101011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF541A; }

 p { color: rgb(191,84,26); }

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

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

 a { background-color: rgb(191,84,26); }

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

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

 span { border-color: rgb(191,84,26); }

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