Html Css Color HEX #BF5011 Rust

📋 copy color: '#BF5011'

red 191 ◦ green 80 ◦ blue 17

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

Shades of Rust #BF5011

Tints of Rust #BF5011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.78%

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

R = 66.32%
G = 27.78%
B = 5.9%

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

#BF5011 (or 0xBF5011) is known color: Rust. HEX triplet: BF, 50 and 11. RGB value is (191,80,17). Sum of RGB (Red+Green+Blue) = 191+80+17=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5011 is #40AFEE. Grayscale: #6A6A6A. Windows color (decimal): -4239343 or 1134783. OLE color: 1134783.

HSL color Cylindrical-coordinate representation of color #BF5011: hue angle of 21.72º 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 #BF5011 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 80 17 -
CMYK 0 0.58 0.91 0.25
HSL 21.72º 0.84% 0.41% -
HSV(B) 21.72º 0.91% 0.75% -
XYZ 24.46 16.85 2.49 -
YUV 106.01 77.77 188.62 -
System Red Green Blue C M Y K H S L
Decimal 191 80 17 0 0.58 0.91 0.25 21.72 0.84 0.41
Hex BF 50 11 0 3A 5B 19 16 54 29
Octal 277 120 21 0 72 133 31 26 124 51
Binary 10111111 1010000 10001 0 111010 1011011 11001 10110 1010100 101001

Color Harmonies of #BF5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5011

Black with #BF5011

Text Example


Text Example

White with #BF5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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