Html Css Color HEX #BF4011 Rust

📋 copy color: '#BF4011'

red 191 ◦ green 64 ◦ blue 17

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

Shades of Rust #BF4011

Tints of Rust #BF4011

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 70.22%
G = 23.53%
B = 6.25%

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

#BF4011 (or 0xBF4011) is known color: Rust. HEX triplet: BF, 40 and 11. RGB value is (191,64,17). Sum of RGB (Red+Green+Blue) = 191+64+17=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4011 is #40BFEE. Grayscale: #606060. Windows color (decimal): -4243439 or 1130687. OLE color: 1130687.

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

Color convert

RGB 191 64 17 -
CMYK 0 0.66 0.91 0.25
HSL 16.21º 0.84% 0.41% -
HSV(B) 16.21º 0.91% 0.75% -
XYZ 23.42 14.78 2.15 -
YUV 96.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 191 64 17 0 0.66 0.91 0.25 16.21 0.84 0.41
Hex BF 40 11 0 42 5B 19 10 54 29
Octal 277 100 21 0 102 133 31 20 124 51
Binary 10111111 1000000 10001 0 1000010 1011011 11001 10000 1010100 101001

Color Harmonies of #BF4011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4011

Black with #BF4011

Text Example


Text Example

White with #BF4011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4011; }

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

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

background-color css

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

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

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

border-color css

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

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

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