Html Css Color HEX #BF4914 Rust

📋 copy color: '#BF4914'

red 191 ◦ green 73 ◦ blue 20

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

Shades of Rust #BF4914

Tints of Rust #BF4914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.04%

R = 67.25%
G = 25.7%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF4914 (or 0xBF4914) is known color: Rust. HEX triplet: BF, 49 and 14. RGB value is (191,73,20). Sum of RGB (Red+Green+Blue) = 191+73+20=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 20 (8.20% from 255 or 7.04% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4914 is #40B6EB. Grayscale: #666666. Windows color (decimal): -4241132 or 1329599. OLE color: 1329599.

HSL color Cylindrical-coordinate representation of color #BF4914: hue angle of 18.6º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4914 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 73 20 -
CMYK 0 0.62 0.90 0.25
HSL 18.6º 0.81% 0.41% -
HSV(B) 18.6º 0.9% 0.75% -
XYZ 23.99 15.89 2.46 -
YUV 102.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 191 73 20 0 0.62 0.90 0.25 18.6 0.81 0.41
Hex BF 49 14 0 3E 5A 19 13 51 29
Octal 277 111 24 0 76 132 31 23 121 51
Binary 10111111 1001001 10100 0 111110 1011010 11001 10011 1010001 101001

Color Harmonies of #BF4914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4914

Black with #BF4914

Text Example


Text Example

White with #BF4914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4914; }

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

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

background-color css

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

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

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

border-color css

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

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

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