Html Css Color HEX #BF5016 Rust

📋 copy color: '#BF5016'

red 191 ◦ green 80 ◦ blue 22

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

Shades of Rust #BF5016

Tints of Rust #BF5016

RGB

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

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

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

R = 65.19%
G = 27.3%
B = 7.51%

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

#BF5016 (or 0xBF5016) is known color: Rust. HEX triplet: BF, 50 and 16. RGB value is (191,80,22). Sum of RGB (Red+Green+Blue) = 191+80+22=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5016 is #40AFE9. Grayscale: #6A6A6A. Windows color (decimal): -4239338 or 1462463. OLE color: 1462463.

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

Color convert

RGB 191 80 22 -
CMYK 0 0.58 0.88 0.25
HSL 20.59º 0.79% 0.42% -
HSV(B) 20.59º 0.88% 0.75% -
XYZ 24.5 16.87 2.72 -
YUV 106.58 80.27 188.22 -
System Red Green Blue C M Y K H S L
Decimal 191 80 22 0 0.58 0.88 0.25 20.59 0.79 0.42
Hex BF 50 16 0 3A 58 19 15 4F 2A
Octal 277 120 26 0 72 130 31 25 117 52
Binary 10111111 1010000 10110 0 111010 1011000 11001 10101 1001111 101010

Color Harmonies of #BF5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5016

Black with #BF5016

Text Example


Text Example

White with #BF5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5016; }

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

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

background-color css

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

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

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

border-color css

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

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

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