Html Css Color HEX #BF4614 Rust

📋 copy color: '#BF4614'

red 191 ◦ green 70 ◦ blue 20

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

Shades of Rust #BF4614

Tints of Rust #BF4614

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.91%

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

R = 67.97%
G = 24.91%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF4614 (or 0xBF4614) is known color: Rust. HEX triplet: BF, 46 and 14. RGB value is (191,70,20). Sum of RGB (Red+Green+Blue) = 191+70+20=281 (37% of max value = 765). Red value is 191 (75% from 255 or 67.97% from 281); Green value is 70 (27.73% from 255 or 24.91% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4614 is #40B9EB. Grayscale: #646464. Windows color (decimal): -4241900 or 1328831. OLE color: 1328831.

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

Color convert

RGB 191 70 20 -
CMYK 0 0.63 0.90 0.25
HSL 17.54º 0.81% 0.41% -
HSV(B) 17.54º 0.9% 0.75% -
XYZ 23.8 15.51 2.4 -
YUV 100.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 191 70 20 0 0.63 0.90 0.25 17.54 0.81 0.41
Hex BF 46 14 0 3F 5A 19 12 51 29
Octal 277 106 24 0 77 132 31 22 121 51
Binary 10111111 1000110 10100 0 111111 1011010 11001 10010 1010001 101001

Color Harmonies of #BF4614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4614

Black with #BF4614

Text Example


Text Example

White with #BF4614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4614; }

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

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

background-color css

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

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

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

border-color css

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

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

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