Html Css Color HEX #BF501E Rust

📋 copy color: '#BF501E'

red 191 ◦ green 80 ◦ blue 30

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

Shades of Rust #BF501E

Tints of Rust #BF501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 63.46%
G = 26.58%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#BF501E (or 0xBF501E) is known color: Rust. HEX triplet: BF, 50 and 1E. RGB value is (191,80,30). Sum of RGB (Red+Green+Blue) = 191+80+30=301 (39% of max value = 765). Red value is 191 (75% from 255 or 63.46% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 191 - color contains mainly: red. Hex color #BF501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF501E is #40AFE1. Grayscale: #6B6B6B. Windows color (decimal): -4239330 or 1986751. OLE color: 1986751.

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

Color convert

RGB 191 80 30 -
CMYK 0 0.58 0.84 0.25
HSL 18.63º 0.73% 0.43% -
HSV(B) 18.63º 0.84% 0.75% -
XYZ 24.59 16.91 3.2 -
YUV 107.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 191 80 30 0 0.58 0.84 0.25 18.63 0.73 0.43
Hex BF 50 1E 0 3A 54 19 13 49 2B
Octal 277 120 36 0 72 124 31 23 111 53
Binary 10111111 1010000 11110 0 111010 1010100 11001 10011 1001001 101011

Color Harmonies of #BF501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF501E

Black with #BF501E

Text Example


Text Example

White with #BF501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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