Html Css Color HEX #BF4311 Rust

📋 copy color: '#BF4311'

red 191 ◦ green 67 ◦ blue 17

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

Shades of Rust #BF4311

Tints of Rust #BF4311

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

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

R = 69.45%
G = 24.36%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4311 (or 0xBF4311) is known color: Rust. HEX triplet: BF, 43 and 11. RGB value is (191,67,17). Sum of RGB (Red+Green+Blue) = 191+67+17=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4311 is #40BCEE. Grayscale: #626262. Windows color (decimal): -4242671 or 1131455. OLE color: 1131455.

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

Color convert

RGB 191 67 17 -
CMYK 0 0.65 0.91 0.25
HSL 17.24º 0.84% 0.41% -
HSV(B) 17.24º 0.91% 0.75% -
XYZ 23.59 15.13 2.21 -
YUV 98.38 82.08 194.07 -
System Red Green Blue C M Y K H S L
Decimal 191 67 17 0 0.65 0.91 0.25 17.24 0.84 0.41
Hex BF 43 11 0 41 5B 19 11 54 29
Octal 277 103 21 0 101 133 31 21 124 51
Binary 10111111 1000011 10001 0 1000001 1011011 11001 10001 1010100 101001

Color Harmonies of #BF4311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4311

Black with #BF4311

Text Example


Text Example

White with #BF4311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4311; }

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

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

background-color css

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

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

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

border-color css

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

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

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