Html Css Color HEX #BF5017 Rust

📋 copy color: '#BF5017'

red 191 ◦ green 80 ◦ blue 23

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

Shades of Rust #BF5017

Tints of Rust #BF5017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.82%

R = 64.97%
G = 27.21%
B = 7.82%

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

#BF5017 (or 0xBF5017) is known color: Rust. HEX triplet: BF, 50 and 17. RGB value is (191,80,23). Sum of RGB (Red+Green+Blue) = 191+80+23=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5017 is #40AFE8. Grayscale: #6B6B6B. Windows color (decimal): -4239337 or 1527999. OLE color: 1527999.

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

Color convert

RGB 191 80 23 -
CMYK 0 0.58 0.88 0.25
HSL 20.36º 0.79% 0.42% -
HSV(B) 20.36º 0.88% 0.75% -
XYZ 24.51 16.88 2.78 -
YUV 106.69 80.77 188.13 -
System Red Green Blue C M Y K H S L
Decimal 191 80 23 0 0.58 0.88 0.25 20.36 0.79 0.42
Hex BF 50 17 0 3A 58 19 14 4F 2A
Octal 277 120 27 0 72 130 31 24 117 52
Binary 10111111 1010000 10111 0 111010 1011000 11001 10100 1001111 101010

Color Harmonies of #BF5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5017

Black with #BF5017

Text Example


Text Example

White with #BF5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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