Html Css Color HEX #BF5111 Rust

📋 copy color: '#BF5111'

red 191 ◦ green 81 ◦ blue 17

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

Shades of Rust #BF5111

Tints of Rust #BF5111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 17 (7.03% from 255) = 5.88%

R = 66.09%
G = 28.03%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF5111 (or 0xBF5111) is known color: Rust. HEX triplet: BF, 51 and 11. RGB value is (191,81,17). Sum of RGB (Red+Green+Blue) = 191+81+17=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5111 is #40AEEE. Grayscale: #6A6A6A. Windows color (decimal): -4239087 or 1135039. OLE color: 1135039.

HSL color Cylindrical-coordinate representation of color #BF5111: hue angle of 22.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF5111 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 81 17 -
CMYK 0 0.58 0.91 0.25
HSL 22.07º 0.84% 0.41% -
HSV(B) 22.07º 0.91% 0.75% -
XYZ 24.53 17 2.52 -
YUV 106.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 191 81 17 0 0.58 0.91 0.25 22.07 0.84 0.41
Hex BF 51 11 0 3A 5B 19 16 54 29
Octal 277 121 21 0 72 133 31 26 124 51
Binary 10111111 1010001 10001 0 111010 1011011 11001 10110 1010100 101001

Color Harmonies of #BF5111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5111

Black with #BF5111

Text Example


Text Example

White with #BF5111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5111; }

 p { color: rgb(191,81,17); }

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

background-color css

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

 a { background-color: rgb(191,81,17); }

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

border-color css

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

 span { border-color: rgb(191,81,17); }

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