Html Css Color HEX #BF4114 Rust

📋 copy color: '#BF4114'

red 191 ◦ green 65 ◦ blue 20

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

Shades of Rust #BF4114

Tints of Rust #BF4114

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 69.2%
G = 23.55%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF4114 (or 0xBF4114) is known color: Rust. HEX triplet: BF, 41 and 14. RGB value is (191,65,20). Sum of RGB (Red+Green+Blue) = 191+65+20=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4114 is #40BEEB. Grayscale: #616161. Windows color (decimal): -4243180 or 1327551. OLE color: 1327551.

HSL color Cylindrical-coordinate representation of color #BF4114: hue angle of 15.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4114 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 65 20 -
CMYK 0 0.66 0.90 0.25
HSL 15.79º 0.81% 0.41% -
HSV(B) 15.79º 0.9% 0.75% -
XYZ 23.5 14.91 2.3 -
YUV 97.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 191 65 20 0 0.66 0.90 0.25 15.79 0.81 0.41
Hex BF 41 14 0 42 5A 19 10 51 29
Octal 277 101 24 0 102 132 31 20 121 51
Binary 10111111 1000001 10100 0 1000010 1011010 11001 10000 1010001 101001

Color Harmonies of #BF4114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4114

Black with #BF4114

Text Example


Text Example

White with #BF4114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4114; }

 p { color: rgb(191,65,20); }

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

background-color css

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

 a { background-color: rgb(191,65,20); }

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

border-color css

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

 span { border-color: rgb(191,65,20); }

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