Html Css Color HEX #BF5118 Rust

📋 copy color: '#BF5118'

red 191 ◦ green 81 ◦ blue 24

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

Shades of Rust #BF5118

Tints of Rust #BF5118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.11%

R = 64.53%
G = 27.36%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF5118 (or 0xBF5118) is known color: Rust. HEX triplet: BF, 51 and 18. RGB value is (191,81,24). Sum of RGB (Red+Green+Blue) = 191+81+24=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5118 is #40AEE7. Grayscale: #6B6B6B. Windows color (decimal): -4239080 or 1593791. OLE color: 1593791.

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

Color convert

RGB 191 81 24 -
CMYK 0 0.58 0.87 0.25
HSL 20.48º 0.78% 0.42% -
HSV(B) 20.48º 0.87% 0.75% -
XYZ 24.59 17.03 2.85 -
YUV 107.39 80.94 187.63 -
System Red Green Blue C M Y K H S L
Decimal 191 81 24 0 0.58 0.87 0.25 20.48 0.78 0.42
Hex BF 51 18 0 3A 57 19 14 4E 2A
Octal 277 121 30 0 72 127 31 24 116 52
Binary 10111111 1010001 11000 0 111010 1010111 11001 10100 1001110 101010

Color Harmonies of #BF5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5118

Black with #BF5118

Text Example


Text Example

White with #BF5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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