Html Css Color HEX #BF4511 Rust

📋 copy color: '#BF4511'

red 191 ◦ green 69 ◦ blue 17

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

Shades of Rust #BF4511

Tints of Rust #BF4511

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.91%

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

R = 68.95%
G = 24.91%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4511 (or 0xBF4511) is known color: Rust. HEX triplet: BF, 45 and 11. RGB value is (191,69,17). Sum of RGB (Red+Green+Blue) = 191+69+17=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4511 is #40BAEE. Grayscale: #636363. Windows color (decimal): -4242159 or 1131967. OLE color: 1131967.

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

Color convert

RGB 191 69 17 -
CMYK 0 0.64 0.91 0.25
HSL 17.93º 0.84% 0.41% -
HSV(B) 17.93º 0.91% 0.75% -
XYZ 23.72 15.37 2.25 -
YUV 99.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 191 69 17 0 0.64 0.91 0.25 17.93 0.84 0.41
Hex BF 45 11 0 40 5B 19 12 54 29
Octal 277 105 21 0 100 133 31 22 124 51
Binary 10111111 1000101 10001 0 1000000 1011011 11001 10010 1010100 101001

Color Harmonies of #BF4511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4511

Black with #BF4511

Text Example


Text Example

White with #BF4511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4511; }

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

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

background-color css

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

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

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

border-color css

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

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

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