Html Css Color HEX #BF4711 Rust

📋 copy color: '#BF4711'

red 191 ◦ green 71 ◦ blue 17

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

Shades of Rust #BF4711

Tints of Rust #BF4711

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.45%

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 68.46%
G = 25.45%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4711 (or 0xBF4711) is known color: Rust. HEX triplet: BF, 47 and 11. RGB value is (191,71,17). Sum of RGB (Red+Green+Blue) = 191+71+17=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4711 is #40B8EE. Grayscale: #656565. Windows color (decimal): -4241647 or 1132479. OLE color: 1132479.

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

Color convert

RGB 191 71 17 -
CMYK 0 0.63 0.91 0.25
HSL 18.62º 0.84% 0.41% -
HSV(B) 18.62º 0.91% 0.75% -
XYZ 23.84 15.62 2.29 -
YUV 100.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 191 71 17 0 0.63 0.91 0.25 18.62 0.84 0.41
Hex BF 47 11 0 3F 5B 19 13 54 29
Octal 277 107 21 0 77 133 31 23 124 51
Binary 10111111 1000111 10001 0 111111 1011011 11001 10011 1010100 101001

Color Harmonies of #BF4711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4711

Black with #BF4711

Text Example


Text Example

White with #BF4711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4711; }

 p { color: rgb(191,71,17); }

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

background-color css

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

 a { background-color: rgb(191,71,17); }

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

border-color css

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

 span { border-color: rgb(191,71,17); }

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