Html Css Color HEX #BF5019 Rust

📋 copy color: '#BF5019'

red 191 ◦ green 80 ◦ blue 25

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

Shades of Rust #BF5019

Tints of Rust #BF5019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.45%

R = 64.53%
G = 27.03%
B = 8.45%

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

#BF5019 (or 0xBF5019) is known color: Rust. HEX triplet: BF, 50 and 19. RGB value is (191,80,25). Sum of RGB (Red+Green+Blue) = 191+80+25=296 (39% of max value = 765). Red value is 191 (75% from 255 or 64.53% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5019 is #40AFE6. Grayscale: #6B6B6B. Windows color (decimal): -4239335 or 1659071. OLE color: 1659071.

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

Color convert

RGB 191 80 25 -
CMYK 0 0.58 0.87 0.25
HSL 19.88º 0.77% 0.42% -
HSV(B) 19.88º 0.87% 0.75% -
XYZ 24.53 16.88 2.89 -
YUV 106.92 81.77 187.97 -
System Red Green Blue C M Y K H S L
Decimal 191 80 25 0 0.58 0.87 0.25 19.88 0.77 0.42
Hex BF 50 19 0 3A 57 19 14 4D 2A
Octal 277 120 31 0 72 127 31 24 115 52
Binary 10111111 1010000 11001 0 111010 1010111 11001 10100 1001101 101010

Color Harmonies of #BF5019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5019

Black with #BF5019

Text Example


Text Example

White with #BF5019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5019; }

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

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

background-color css

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

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

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

border-color css

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

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

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