Html Css Color HEX #BF4911 Rust

📋 copy color: '#BF4911'

red 191 ◦ green 73 ◦ blue 17

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

Shades of Rust #BF4911

Tints of Rust #BF4911

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.98%

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

R = 67.97%
G = 25.98%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF4911 (or 0xBF4911) is known color: Rust. HEX triplet: BF, 49 and 11. RGB value is (191,73,17). Sum of RGB (Red+Green+Blue) = 191+73+17=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4911 is #40B6EE. Grayscale: #666666. Windows color (decimal): -4241135 or 1132991. OLE color: 1132991.

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

Color convert

RGB 191 73 17 -
CMYK 0 0.62 0.91 0.25
HSL 19.31º 0.84% 0.41% -
HSV(B) 19.31º 0.91% 0.75% -
XYZ 23.97 15.88 2.33 -
YUV 101.9 80.09 191.55 -
System Red Green Blue C M Y K H S L
Decimal 191 73 17 0 0.62 0.91 0.25 19.31 0.84 0.41
Hex BF 49 11 0 3E 5B 19 13 54 29
Octal 277 111 21 0 76 133 31 23 124 51
Binary 10111111 1001001 10001 0 111110 1011011 11001 10011 1010100 101001

Color Harmonies of #BF4911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4911

Black with #BF4911

Text Example


Text Example

White with #BF4911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4911; }

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

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

background-color css

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

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

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

border-color css

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

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

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