Html Css Color HEX #BF5514 Rust

📋 copy color: '#BF5514'

red 191 ◦ green 85 ◦ blue 20

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

Shades of Rust #BF5514

Tints of Rust #BF5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 64.53%
G = 28.72%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF5514 (or 0xBF5514) is known color: Rust. HEX triplet: BF, 55 and 14. RGB value is (191,85,20). Sum of RGB (Red+Green+Blue) = 191+85+20=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 20 (8.20% from 255 or 6.76% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5514 is #40AAEB. Grayscale: #6D6D6D. Windows color (decimal): -4238060 or 1332671. OLE color: 1332671.

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

Color convert

RGB 191 85 20 -
CMYK 0 0.55 0.90 0.25
HSL 22.81º 0.81% 0.41% -
HSV(B) 22.81º 0.9% 0.75% -
XYZ 24.86 17.62 2.75 -
YUV 109.28 77.62 186.29 -
System Red Green Blue C M Y K H S L
Decimal 191 85 20 0 0.55 0.90 0.25 22.81 0.81 0.41
Hex BF 55 14 0 37 5A 19 17 51 29
Octal 277 125 24 0 67 132 31 27 121 51
Binary 10111111 1010101 10100 0 110111 1011010 11001 10111 1010001 101001

Color Harmonies of #BF5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5514

Black with #BF5514

Text Example


Text Example

White with #BF5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5514; }

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

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

background-color css

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

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

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

border-color css

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

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

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