Html Css Color HEX #BF541B Rust

📋 copy color: '#BF541B'

red 191 ◦ green 84 ◦ blue 27

#BF541B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BF541B

Tints of Rust #BF541B

RGB

 RED value IS 191 (75% from 255) = 63.25%

 GREEN value IS 84 (33.2% from 255) = 27.81%

 BLUE value IS 27 (10.94% from 255) = 8.94%

R = 63.25%
G = 27.81%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF541B (or 0xBF541B) is known color: Rust. HEX triplet: BF, 54 and 1B. RGB value is (191,84,27). Sum of RGB (Red+Green+Blue) = 191+84+27=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF541B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF541B is #40ABE4. Grayscale: #6D6D6D. Windows color (decimal): -4238309 or 1791167. OLE color: 1791167.

HSL color Cylindrical-coordinate representation of color #BF541B: hue angle of 20.85º degrees, saturation: 0.75, 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 #BF541B is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 84 27 -
CMYK 0 0.56 0.86 0.25
HSL 20.85º 0.75% 0.43% -
HSV(B) 20.85º 0.86% 0.75% -
XYZ 24.85 17.5 3.1 -
YUV 109.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 191 84 27 0 0.56 0.86 0.25 20.85 0.75 0.43
Hex BF 54 1B 0 38 56 19 15 4B 2B
Octal 277 124 33 0 70 126 31 25 113 53
Binary 10111111 1010100 11011 0 111000 1010110 11001 10101 1001011 101011

Color Harmonies of #BF541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF541B

Black with #BF541B

Text Example


Text Example

White with #BF541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF541B; }

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

 H1.HeaderClassName
 {
   color: #BF541B;
 }
 .AnyTagClassName
 {
   color: #BF541B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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