Html Css Color HEX #BF5114 Rust

📋 copy color: '#BF5114'

red 191 ◦ green 81 ◦ blue 20

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

Shades of Rust #BF5114

Tints of Rust #BF5114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 65.41%
G = 27.74%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF5114 (or 0xBF5114) is known color: Rust. HEX triplet: BF, 51 and 14. RGB value is (191,81,20). Sum of RGB (Red+Green+Blue) = 191+81+20=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5114 is #40AEEB. Grayscale: #6B6B6B. Windows color (decimal): -4239084 or 1331647. OLE color: 1331647.

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

Color convert

RGB 191 81 20 -
CMYK 0 0.58 0.90 0.25
HSL 21.4º 0.81% 0.41% -
HSV(B) 21.4º 0.9% 0.75% -
XYZ 24.55 17.01 2.65 -
YUV 106.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 191 81 20 0 0.58 0.90 0.25 21.4 0.81 0.41
Hex BF 51 14 0 3A 5A 19 15 51 29
Octal 277 121 24 0 72 132 31 25 121 51
Binary 10111111 1010001 10100 0 111010 1011010 11001 10101 1010001 101001

Color Harmonies of #BF5114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5114

Black with #BF5114

Text Example


Text Example

White with #BF5114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5114; }

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

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

background-color css

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

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

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

border-color css

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

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

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