Html Css Color HEX #BF5116 Rust

📋 copy color: '#BF5116'

red 191 ◦ green 81 ◦ blue 22

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

Shades of Rust #BF5116

Tints of Rust #BF5116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.48%

R = 64.97%
G = 27.55%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF5116 (or 0xBF5116) is known color: Rust. HEX triplet: BF, 51 and 16. RGB value is (191,81,22). Sum of RGB (Red+Green+Blue) = 191+81+22=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5116 is #40AEE9. Grayscale: #6B6B6B. Windows color (decimal): -4239082 or 1462719. OLE color: 1462719.

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

Color convert

RGB 191 81 22 -
CMYK 0 0.58 0.88 0.25
HSL 20.95º 0.79% 0.42% -
HSV(B) 20.95º 0.88% 0.75% -
XYZ 24.57 17.02 2.75 -
YUV 107.16 79.94 187.8 -
System Red Green Blue C M Y K H S L
Decimal 191 81 22 0 0.58 0.88 0.25 20.95 0.79 0.42
Hex BF 51 16 0 3A 58 19 15 4F 2A
Octal 277 121 26 0 72 130 31 25 117 52
Binary 10111111 1010001 10110 0 111010 1011000 11001 10101 1001111 101010

Color Harmonies of #BF5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5116

Black with #BF5116

Text Example


Text Example

White with #BF5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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