Html Css Color HEX #BF4111 Rust

📋 copy color: '#BF4111'

red 191 ◦ green 65 ◦ blue 17

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

Shades of Rust #BF4111

Tints of Rust #BF4111

RGB

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

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

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

R = 69.96%
G = 23.81%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4111 (or 0xBF4111) is known color: Rust. HEX triplet: BF, 41 and 11. RGB value is (191,65,17). Sum of RGB (Red+Green+Blue) = 191+65+17=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4111 is #40BEEE. Grayscale: #616161. Windows color (decimal): -4243183 or 1130943. OLE color: 1130943.

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

Color convert

RGB 191 65 17 -
CMYK 0 0.66 0.91 0.25
HSL 16.55º 0.84% 0.41% -
HSV(B) 16.55º 0.91% 0.75% -
XYZ 23.48 14.9 2.17 -
YUV 97.2 82.74 194.9 -
System Red Green Blue C M Y K H S L
Decimal 191 65 17 0 0.66 0.91 0.25 16.55 0.84 0.41
Hex BF 41 11 0 42 5B 19 11 54 29
Octal 277 101 21 0 102 133 31 21 124 51
Binary 10111111 1000001 10001 0 1000010 1011011 11001 10001 1010100 101001

Color Harmonies of #BF4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4111

Black with #BF4111

Text Example


Text Example

White with #BF4111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4111; }

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

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

background-color css

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

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

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

border-color css

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

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

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