Html Css Color HEX #BF4514 Rust

📋 copy color: '#BF4514'

red 191 ◦ green 69 ◦ blue 20

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

Shades of Rust #BF4514

Tints of Rust #BF4514

RGB

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

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

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

R = 68.21%
G = 24.64%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF4514 (or 0xBF4514) is known color: Rust. HEX triplet: BF, 45 and 14. RGB value is (191,69,20). Sum of RGB (Red+Green+Blue) = 191+69+20=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4514 is #40BAEB. Grayscale: #646464. Windows color (decimal): -4242156 or 1328575. OLE color: 1328575.

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

Color convert

RGB 191 69 20 -
CMYK 0 0.64 0.90 0.25
HSL 17.19º 0.81% 0.41% -
HSV(B) 17.19º 0.9% 0.75% -
XYZ 23.74 15.38 2.38 -
YUV 99.89 82.92 192.98 -
System Red Green Blue C M Y K H S L
Decimal 191 69 20 0 0.64 0.90 0.25 17.19 0.81 0.41
Hex BF 45 14 0 40 5A 19 11 51 29
Octal 277 105 24 0 100 132 31 21 121 51
Binary 10111111 1000101 10100 0 1000000 1011010 11001 10001 1010001 101001

Color Harmonies of #BF4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4514

Black with #BF4514

Text Example


Text Example

White with #BF4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4514; }

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

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

background-color css

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

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

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

border-color css

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

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

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